OS/Xcode conditional build setting
OS/Xcode conditional build setting
- Subject: OS/Xcode conditional build setting
- From: Eric Gorr <email@hidden>
- Date: Mon, 7 Dec 2009 11:56:19 -0500
I have an odd case where I need to have the value of GCC_VERSION based
on either the OS being used or the version of Xcode.
It looks like the current system only allow conditional build settings
to be based on arch, sdk, or variant.
Basically, if building with Xcode 3.1, I want gcc4.2. But, if building
with Xcode 3.2, I want llvm-gcc4.2.
The reason is that it appears that llvm under 3.1 generates warnings
that aren't generated in 3.2. And, since I am treating warning a as
errors, I can't build with 3.1 which is still needed.
An odd case I know, but a solution which does not involve not using
3.1 is needed.
Thank you.
_______________________________________________
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