Re: Cross OS version UB development
Re: Cross OS version UB development
- Subject: Re: Cross OS version UB development
- From: Greg Guerin <email@hidden>
- Date: Sat, 24 Feb 2007 15:21:47 -0700
Someone with a G5 told me the CPU type name is:
ppc970
When I add this to $ARCHS, Xcode automatically compiles with:
-arch=ppc -mcpu=G5
When I add ppc7400 to $ARCHS, it compiles with
-arch=ppc -mcpu=G4
So it looks to me like $ARCHS can tell Xcode to compile for G4, G5, generic
PPC, generic i386, all using a single Universal Binary target.
-- GG
_______________________________________________
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