Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. ../configure --with-headers=/tmp/include/ --prefix=/tmp/test64/
  2. --without-selinux ../configure --with-headers=/tmp/include/ --prefix=/tmp/test/ --without-selinux --host=i686-linux-gnu
  3. --build=i686-linux-gnu
  4. CC="gcc -m32" CXX="g++ -m32"
  5. CFLAGS="-O2 -march=i686"
  6. CXXFLAGS="-O2 -march=i686"
  7.  
  8.  
  9.  
  10. ls -l /tmp/test64/
  11. total 32
  12. drwxr-xr-x 2 root root 4096 Dec 5 12:49 bin
  13. drwxr-xr-x 2 root root 4096 Dec 5 12:49 etc
  14. drwxr-xr-x 22 root root 4096 Dec 5 12:49 include
  15. drwxr-xr-x 4 root root 4096 Dec 5 12:49 lib
  16. drwxr-xr-x 3 root root 4096 Dec 5 12:43 libexec
  17. drwxr-xr-x 2 root root 4096 Dec 5 12:49 sbin
  18. drwxr-xr-x 5 root root 4096 Dec 5 12:43 share
  19. drwxr-xr-x 3 root root 4096 Dec 5 12:44 var
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement