diff options
author | das <das> | 2005-11-27 06:44:05 (GMT) |
---|---|---|
committer | das <das> | 2005-11-27 06:44:05 (GMT) |
commit | e048db35bf80b2c5c72960f1307eeff6f5d0e2e7 (patch) | |
tree | dbe59ece0f26f9d62e99ad8f009711db6e137ec6 /macosx/README | |
parent | 1bcf46cb3f198f07466a28b2ca4b8d7a54c41b72 (diff) | |
download | tk-e048db35bf80b2c5c72960f1307eeff6f5d0e2e7.zip tk-e048db35bf80b2c5c72960f1307eeff6f5d0e2e7.tar.gz tk-e048db35bf80b2c5c72960f1307eeff6f5d0e2e7.tar.bz2 |
document automatic removal of -arch ppc64 CFLAGS
Diffstat (limited to 'macosx/README')
-rw-r--r-- | macosx/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/macosx/README b/macosx/README index 86dacf8..82035cd 100644 --- a/macosx/README +++ b/macosx/README @@ -1,7 +1,7 @@ Tcl/Tk Mac OS X README ---------------------- -RCS: @(#) $Id: README,v 1.14 2005/11/27 02:36:14 das Exp $ +RCS: @(#) $Id: README,v 1.15 2005/11/27 06:44:05 das Exp $ This is the README file for the Mac OS X/Darwin version of Tcl/Tk. @@ -207,6 +207,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/Makefile ------------------------------------------------------- |