summaryrefslogtreecommitdiffstats
path: root/macosx/README
diff options
context:
space:
mode:
authordas <das>2005-11-27 06:44:16 (GMT)
committerdas <das>2005-11-27 06:44:16 (GMT)
commit3b901c1d971e5dbdf1f938401c8acf49a9ccc93a (patch)
treea0b735a3e145c2f8c6910e76474ee4d88c495b3a /macosx/README
parent6bd2d5a02e5e58b7bd679f7412f19d9267b11aa1 (diff)
downloadtk-3b901c1d971e5dbdf1f938401c8acf49a9ccc93a.zip
tk-3b901c1d971e5dbdf1f938401c8acf49a9ccc93a.tar.gz
tk-3b901c1d971e5dbdf1f938401c8acf49a9ccc93a.tar.bz2
document automatic removal of -arch ppc64 CFLAGS
Diffstat (limited to 'macosx/README')
-rw-r--r--macosx/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/macosx/README b/macosx/README
index 066c5d1..8fad1a0 100644
--- a/macosx/README
+++ b/macosx/README
@@ -1,7 +1,7 @@
Tcl/Tk Mac OS X README
----------------------
-RCS: @(#) $Id: README,v 1.6.2.9 2005/11/27 02:36:46 das Exp $
+RCS: @(#) $Id: README,v 1.6.2.10 2005/11/27 06:44:16 das Exp $
This is the README file for the Mac OS X/Darwin version of Tcl/Tk.
@@ -174,6 +174,8 @@ Note that while Tcl can be built for the ppc64 architecture, neither TkAqua nor
TkX11 can be built with -arch ppc64 as the corresponding GUI libraries are not
available for 64bit at present. However, linking a universal 'ppc i386' Tk
binary against a universal 'ppc ppc64 i386' Tcl binary works just fine.
+The Tk configure script automatically removes '-arch ppc64' from CFLAGS to
+facilitate universal building of both Tcl and Tk with the same CFLAGS setting.
Detailed Instructions for building with macosx/GNUmakefile
----------------------------------------------------------