Revision [1664]
Last edited on 2008-04-16 07:08:00 by WikiAdminAdditions:
==Force compile of 32-bit objects==
When you check the produced binary, you will see a 32-bit version being compiled.
# file links
links: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared l
nux 2.6.9, not stripped
When you check the produced binary, you will see a 32-bit version being compiled.
# file links
links: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared l
nux 2.6.9, not stripped
Revision [1663]
Edited on 2008-04-16 07:02:31 by WikiAdminAdditions:
export CFLAGS="-m32"
Deletions:
Revision [1662]
Edited on 2008-04-16 07:01:37 by WikiAdminAdditions:
export CFLAGS="-march=i686"
Deletions:
Revision [1661]
Edited on 2008-04-16 07:00:26 by WikiAdminAdditions:
export CFLAGS="-m32"