summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2006-08-21 06:10:02 (GMT)
committerdas <das>2006-08-21 06:10:02 (GMT)
commit832279c65a06e9902986eb205dab78277687ee9a (patch)
tree24218b1742a7a47930cb5f7c5617bd63de27c26c
parent40c4ecfd456c65d392925accecc6bfcf589a502d (diff)
downloadtcl-832279c65a06e9902986eb205dab78277687ee9a.zip
tcl-832279c65a06e9902986eb205dab78277687ee9a.tar.gz
tcl-832279c65a06e9902986eb205dab78277687ee9a.tar.bz2
typo: s/Xcode 2.3/Xcode 2.4/
-rw-r--r--ChangeLog2
-rw-r--r--macosx/README4
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f799715..a652ec4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,7 +29,7 @@
* unix/tclUnixPort.h: on Darwin x86_64, disable use of vfork as it
causes execve to fail intermittently. (rdar://4685553)
- * macosx/README: updates for x86_64 support and Xcode 2.3.
+ * macosx/README: updates for x86_64 support and Xcode 2.4.
* unix/tclUnixChan.c (TclUnixWaitForFile): with timeout < 0, if select()
returns early (e.g. due to a signal), call it again instead of returning
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