What is involved in compiling 32-bit Intel OS X binaries on a 64-bit command-line environment? Is it as simple as adding a -m32 flag? I’m not using Xcode, but could use it to install libraries that gcc could use, if needed. Thanks for your advice.
What is involved in compiling 32-bit Intel OS X binaries on a 64-bit command-line
Share
If you’re compiling on a Macintosh computer using Apple’s implementation of GCC, one of the extra options you can pass along is the "
-arch" parameter.The man page says this: