Xcode flags to gcc
Xcode flags to gcc
- Subject: Xcode flags to gcc
- From: Marco Bambini <email@hidden>
- Date: Fri, 14 Jul 2006 12:35:59 +0200
I need to use the following XCode flags in a gcc Makefile:
ARCHS = ppc i386
SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk
SDKROOT_ppc = /Developer/SDKs/MacOSX10.2.8.sdk
GCC_VERSION_i386 = 4.0
GCC_VERSION_ppc = 3.3
I know that I can use something like:
-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc
but, how can I specify a per architecture isysroot ? and what about
gcc version?
Thanks lot,
Marco Bambini
Italy
_______________________________________________
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