summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordas <das@noemail.net>2006-08-21 06:10:01 (GMT)
committerdas <das@noemail.net>2006-08-21 06:10:01 (GMT)
commit1059c6163f0de58be25a2551f298b9ccf403630b (patch)
tree24218b1742a7a47930cb5f7c5617bd63de27c26c /macosx
parent05f42447abb0c3dc8e904049c0b2828a69094eb8 (diff)
downloadtcl-1059c6163f0de58be25a2551f298b9ccf403630b.zip
tcl-1059c6163f0de58be25a2551f298b9ccf403630b.tar.gz
tcl-1059c6163f0de58be25a2551f298b9ccf403630b.tar.bz2
typo: s/Xcode 2.3/Xcode 2.4/
FossilOrigin-Name: 9b29f159d0793342f41e6b0cc3fa5aab740406cc
Diffstat (limited to 'macosx')
-rw-r--r--macosx/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/README b/macosx/README
index d989f6e..40fae5b 100644
--- a/macosx/README
+++ b/macosx/README
@@ -1,7 +1,7 @@
Tcl Mac OS X README
-----------------
-RCS: @(#) $Id: README,v 1.1.2.7 2006/08/18 07:45:42 das Exp $
+RCS: @(#) $Id: README,v 1.1.2.8 2006/08/21 06:10:03 das Exp $
This is the README file for the Mac OS X/Darwin version of Tcl.
@@ -92,7 +92,7 @@ project, this simply calls through to the tcl/macosx/Makefile.
- To build universal binaries, 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