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
Assuming we knew *how* to fix this, my hunch is that the appropriate
*place* to fix it would be config/init/hints/darwin.pm.
# New Ticket Created by Simon Cozens
# Please include the string: [perl #49762]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=49762 >
osname= darwin
osvers= 9.0
arch= darwin-thread-multi-2level
cc= cc
---
Flags: