Joshua Hoblitt via RT wrote:
What is the OSX toolchain solution for inline asm with fat binaries?

Architecture-specific ifdefs. gcc -arch ppc -arch i386 will run the compile twice, and then bundle the two results together, so ifdefs will do the right thing.

At some point we have to assume that people who are setting CFLAGS know
what they are doing.

I am not setting CFLAGS. Configure is. 'perl Configure.pl' on OS X Leopard will try to build fat binaries by default. This is not me doing anything clever; it's just a plain old-fashioned configure bug.

Reply via email to