From d3d4b9e69a5c6fa37901763d24df3bc34daed6cc Mon Sep 17 00:00:00 2001 From: das Date: Mon, 21 Aug 2006 06:09:44 +0000 Subject: typo: s/Xcode 2.3/Xcode 2.4/ --- ChangeLog | 2 +- macosx/README | 6 +++--- 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 -- cgit v0.12