diff options
author | das <das> | 2006-08-21 06:09:44 (GMT) |
---|---|---|
committer | das <das> | 2006-08-21 06:09:44 (GMT) |
commit | d3d4b9e69a5c6fa37901763d24df3bc34daed6cc (patch) | |
tree | fdaeaece050abe64f306e00952181a6defedaebd /macosx | |
parent | 8b17034ed17fcb7217298e53fc949da0457fdf8e (diff) | |
download | tcl-d3d4b9e69a5c6fa37901763d24df3bc34daed6cc.zip tcl-d3d4b9e69a5c6fa37901763d24df3bc34daed6cc.tar.gz tcl-d3d4b9e69a5c6fa37901763d24df3bc34daed6cc.tar.bz2 |
typo: s/Xcode 2.3/Xcode 2.4/
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/README | 6 |
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 |