CrossCompilation64: Difference between revisions

From LLL
Jump to navigationJump to search
(New page: To cross compile 32 bit binaries on a 64 bit machine, try this: gcc -m32 test.c)
(No difference)

Revision as of 09:48, 26 December 2007

To cross compile 32 bit binaries on a 64 bit machine, try this:

gcc -m32 test.c