Re: Intel inline assembly
Re: Intel inline assembly
- Subject: Re: Intel inline assembly
- From: Chris Espinosa <email@hidden>
- Date: Fri, 10 Jun 2005 23:06:19 -0700
On Jun 10, 2005, at 11:02 PM, Chris Espinosa wrote: On Jun 10, 2005, at 6:50 AM, Sebastien Metrot wrote:
I tried to add -masm=intel to our XCode project after enabling PPC and Intel architectures but of course the PPC compilation generates an error as it doesn't know about this flag. Is there a way to tell xcode to use a particular option on one architechture and not the other?
OTHER_CFLAGS_i386 = -masm=intel
Sorry, it's different than that:
PER_ARCH_CFLAGS_i386 = masm=intel
Chris |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden