summaryrefslogtreecommitdiffstats
path: root/macosx/README
diff options
context:
space:
mode:
authordas <das@noemail.net>2006-08-21 06:09:44 (GMT)
committerdas <das@noemail.net>2006-08-21 06:09:44 (GMT)
commit9e4471e162a244f2df6e02ef0e5728b17eb06ccf (patch)
treefdaeaece050abe64f306e00952181a6defedaebd /macosx/README
parent47673638b38da1afde24c3afbb9b9a932a27e7fb (diff)
downloadtcl-9e4471e162a244f2df6e02ef0e5728b17eb06ccf.zip
tcl-9e4471e162a244f2df6e02ef0e5728b17eb06ccf.tar.gz
tcl-9e4471e162a244f2df6e02ef0e5728b17eb06ccf.tar.bz2
typo: s/Xcode 2.3/Xcode 2.4/
FossilOrigin-Name: d76fe61104fd90d38889ccdc2c0294961b45dc91
Diffstat (limited to 'macosx/README')
-rw-r--r--macosx/README6
1 files changed, 3 insertions, 3 deletions
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