summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2006-08-21 06:09:44 (GMT)
committerdas <das>2006-08-21 06:09:44 (GMT)
commitd3d4b9e69a5c6fa37901763d24df3bc34daed6cc (patch)
treefdaeaece050abe64f306e00952181a6defedaebd
parent8b17034ed17fcb7217298e53fc949da0457fdf8e (diff)
downloadtcl-d3d4b9e69a5c6fa37901763d24df3bc34daed6cc.zip
tcl-d3d4b9e69a5c6fa37901763d24df3bc34daed6cc.tar.gz
tcl-d3d4b9e69a5c6fa37901763d24df3bc34daed6cc.tar.bz2
typo: s/Xcode 2.3/Xcode 2.4/
-rw-r--r--ChangeLog2
-rw-r--r--macosx/README6
2 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index fa5447e..6331bd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,7 +45,7 @@
* macosx/Tcl.xcodeproj/project.pbxproj: add x86_64 to universal build,
switch native release targets to use DWARF with dSYM, Xcode 3.0 changes.
- * macosx/README: updates for x86_64 and Xcode 2.3.
+ * macosx/README: updates for x86_64 and Xcode 2.4.
* macosx/Tcl.xcodeproj/default.pbxuser: add test suite target that runs
* macosx/Tcl.xcodeproj/project.pbxproj: the tcl test suite at build time
diff --git a/macosx/README b/macosx/README
index 2917831..e15a3b4 100644
--- a/macosx/README
+++ b/macosx/README
@@ -1,7 +1,7 @@
Tcl Mac OS X README
-----------------
-RCS: @(#) $Id: README,v 1.9 2006/08/18 07:45:31 das Exp $
+RCS: @(#) $Id: README,v 1.10 2006/08/21 06:09:44 das Exp $
This is the README file for the Mac OS X/Darwin version of Tcl.
@@ -94,7 +94,7 @@ take care to only use the project matching your DevTools and OS version:
target useful for debugging, this target's 'Development' buildstyle
has ZeroLink and Fix&Continue enabled, use the 'DevelNoFixZL' buildstyle
if you need a debug build without these features.
- * Tcl.xcodeproj for Xcode 2.3 on 10.4, this additionally has a
+ * Tcl.xcodeproj for Xcode 2.4 on 10.4, this additionally has a
'ReleaseUniversal'configuration which builds both the 'Tcl' and the
'tcltest' targets as universal binaries for ppc, ppc64, i386 and x86_64.
Notes about the native targets of the Xcode projects:
@@ -117,7 +117,7 @@ Notes about the native targets of the Xcode projects:
- To build universal binaries outside of Tcl.xcodeproj, set CFLAGS as follows:
export CFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 \
-isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4"
-This requires Mac OS X 10.4 and Xcode 2.3 (or Xcode 2.2 if -arch x86_64 is
+This requires Mac OS X 10.4 and Xcode 2.4 (or Xcode 2.2 if -arch x86_64 is
omitted, but _not_ Xcode 2.1) and will work on any of the architectures (on
intel Macs, the -isysroot may not be required). Note that it is not possible to
configure universal builds correctly if the current architecture is not present