aboutsummaryrefslogtreecommitdiff
path: root/XcodeConfig
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2012-03-07 19:00:34 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2012-03-07 19:00:34 +0000
commit1c4e042c70e5ba01cd6ef28fed8a6779760364f2 (patch)
tree12676a88d91dda712f624646bcf481d155ac9d10 /XcodeConfig
parent68a9e3a81ecfee95adbcf1f486e259863b9bdaaa (diff)
[Author: thomasvl]
Tweak to what archs we default. R=dmaclach DELTA=6 (0 added, 2 deleted, 4 changed)
Diffstat (limited to 'XcodeConfig')
-rw-r--r--XcodeConfig/subconfig/General.xcconfig10
1 files changed, 4 insertions, 6 deletions
diff --git a/XcodeConfig/subconfig/General.xcconfig b/XcodeConfig/subconfig/General.xcconfig
index 03f5b50..e9035bb 100644
--- a/XcodeConfig/subconfig/General.xcconfig
+++ b/XcodeConfig/subconfig/General.xcconfig
@@ -29,12 +29,10 @@
// SDK_NAME macosx10.5
// SDK_NAME macosx10.6
-// Build for PPC and Intel (Leopard/SnowLeopard gets 64 bit also)
-// Note that you can't build 10.5 with using SenTestingKit on ppc64 with
-// SnowLeopard XCode because it doesn't ship with a ppc64 version of
-// SenTestingKit. For this reason we are NOT building/testing GTM
-// with ppc64 at this time. We override the 10.5 setting in the project
-// file to turn it off.
+// Pick up the Xcode default settings for ARCHS. Keep the historical behavior
+// of providing overrides for the older SDKs so existing apps are less likely
+// to break.
+ARCHS[sdk=macosx*] = $(ARCHS_STANDARD_32_64_BIT)
ARCHS[sdk=macosx10.4*] = i386 ppc
ARCHS[sdk=macosx10.5*] = i386 x86_64 ppc ppc64
ARCHS[sdk=macosx10.6*] = i386 x86_64