I found someone in my office with Leopard on their laptop. I'll try to
take a stab at this over the weekend.
-J
--
On Tue, Jan 15, 2008 at 02:02:32PM +0900, Simon Cozens wrote:
> Joshua Hoblitt via RT wrote:
> >What is the OSX toolchain solution for inline asm with fat binaries?
>
> Architectur
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
What is the OSX toolchain solution for inline asm with fat binaries?
At some point we have to assume that people who are setting CFLAGS know
what they are doing. We can't look for or protect against every silly
thing they might do. Perhaps if --jitcapable is set and we're on darwin
the thing to