summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-17 20:09:18 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-17 20:09:18 (GMT)
commitc0a02fd487347bedb8abb514aa5bef00130435d4 (patch)
treed192c6279c7e6250d65b112c95e22d7798926a23 /macosx
parente9ccf557eb23f66c28210e967e344a61fef2ed58 (diff)
parent453c27a88e9da3cb50fefe2c4a5fb7a7d09b8afc (diff)
downloadtcl-c0a02fd487347bedb8abb514aa5bef00130435d4.zip
tcl-c0a02fd487347bedb8abb514aa5bef00130435d4.tar.gz
tcl-c0a02fd487347bedb8abb514aa5bef00130435d4.tar.bz2
Merge 8.6
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 d0208fa..b56891b 100644
--- a/macosx/README
+++ b/macosx/README
@@ -113,7 +113,7 @@ your ${USER}.pbxuser file (located inside the Tcl.xcodeproj bundle directory)
with a text editor.
- To build universal binaries outside of the Xcode IDE, set CFLAGS as follows:
- export CFLAGS="-arch x86_64 -arch arm64e"
+ export CFLAGS="-arch x86_64 -arch arm64"
This requires Mac OS X 10.6 and Xcode 10.2 and will work on any architecture.
Note that configure requires CFLAGS to contain a least one architecture that can
be run on the build machine (i.e. x86_64 on Core2/Xeon).
@@ -133,7 +133,7 @@ If you are building from CVS, omit this step (CVS source tree names usually do
not contain a version number).
- Setup environment variables as desired, e.g. for a universal build on 10.5:
- CFLAGS="-arch x86_64 -arch arm64e -mmacosx-version-min=10.5"
+ CFLAGS="-arch x86_64 -arch arm64 -mmacosx-version-min=10.5"
export CFLAGS
- Change to the directory containing the Tcl source tree and build: