summaryrefslogtreecommitdiffstats
path: root/macosx/Tcl.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
authordas <das>2007-03-07 23:43:13 (GMT)
committerdas <das>2007-03-07 23:43:13 (GMT)
commit5e46f127214e62bad14a33d4d4be75a51589fa57 (patch)
tree4730bde23b742f938f59329a6f4313eba9e3e660 /macosx/Tcl.xcodeproj/project.pbxproj
parent29a248eec39dd3387355e3b63efa17b1d3edec69 (diff)
downloadtcl-5e46f127214e62bad14a33d4d4be75a51589fa57.zip
tcl-5e46f127214e62bad14a33d4d4be75a51589fa57.tar.gz
tcl-5e46f127214e62bad14a33d4d4be75a51589fa57.tar.bz2
* macosx/tclMacOSXNotify.c: add spinlock debugging and sanity checks.
* macosx/Tcl.xcodeproj/project.pbxproj: ensure gcc version used by * macosx/Tcl.xcodeproj/default.pbxuser: Xcode and configure/make are * macosx/Tcl-Common.xcconfig: consistent and independent of gcc_select default and CC env var; fixes for Xcode 3.0. * unix/tcl.m4 (Darwin): s/CFLAGS/CPPFLAGS/ in macosx-version-min check. * unix/configure: autoconf-2.59
Diffstat (limited to 'macosx/Tcl.xcodeproj/project.pbxproj')
-rw-r--r--macosx/Tcl.xcodeproj/project.pbxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Tcl.xcodeproj/project.pbxproj b/macosx/Tcl.xcodeproj/project.pbxproj
index b578176..37e921e 100644
--- a/macosx/Tcl.xcodeproj/project.pbxproj
+++ b/macosx/Tcl.xcodeproj/project.pbxproj
@@ -2409,6 +2409,7 @@
F9DB621F0B65AFDE00A370FB /* ReleasePPC10.3.9SDK */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ LDFLAGS = "-force_cpusubtype_ALL $(LDFLAGS)";
PRODUCT_NAME = tclsh;
};
name = ReleasePPC10.3.9SDK;
@@ -2452,7 +2453,6 @@
baseConfigurationReference = F97AE82B0B65C69B00310EA2 /* Tcl-Release.xcconfig */;
buildSettings = {
ARCHS = ppc;
- CC = "$(CC)-$(GCC_VERSION)";
CFLAGS = "$(PER_ARCH_CFLAGS_ppc) -fconstant-cfstrings $(CFLAGS)";
CPPFLAGS = "-arch ppc -D__CONSTANT_CFSTRINGS__ -DMAC_OS_X_VERSION_MIN_REQUIRED=1020 -nostdinc -isystem $(SDKROOT)/usr/include/gcc/darwin/$(GCC_VERSION) -isystem $(SDKROOT)/usr/include -F$(SDKROOT)/System/Library/Frameworks";
DEBUG_INFORMATION_FORMAT = stabs;