• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Xcode flags to gcc
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Xcode flags to gcc
      • From: Chris Espinosa <email@hidden>
  • Prev by Date: Re: Conditional link to framework
  • Next by Date: gcc-4.0 failed with exit code 1
  • Previous by thread: Re: Conditional link to framework
  • Next by thread: Re: Xcode flags to gcc
  • Index(es):
    • Date
    • Thread