summaryrefslogtreecommitdiffstats
path: root/macosx/README
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-01-22 16:57:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-01-22 16:57:00 (GMT)
commitd093125a6e1179f5de17e6a1e159b02c074aad3b (patch)
treea56b7bcda262c22c8081bb9f9da16cc2c710751e /macosx/README
parentdfb0ed4215bc02c12be4cfe83247cc6f8707526f (diff)
parentc1065a28f93d92a848ffb2f35d79df4bc14532f2 (diff)
downloadtcl-d093125a6e1179f5de17e6a1e159b02c074aad3b.zip
tcl-d093125a6e1179f5de17e6a1e159b02c074aad3b.tar.gz
tcl-d093125a6e1179f5de17e6a1e159b02c074aad3b.tar.bz2
Merge 8.6
Diffstat (limited to 'macosx/README')
-rw-r--r--macosx/README7
1 files changed, 0 insertions, 7 deletions
diff --git a/macosx/README b/macosx/README
index 551a18e..43c9c47 100644
--- a/macosx/README
+++ b/macosx/README
@@ -128,13 +128,6 @@ on Core and ppc, i386 or x86_64 on Core2/Xeon).
Universal builds of Tcl TEA extensions are also possible with CFLAGS set as
above, they will be [load]able by universal as well as thin binaries of Tcl.
-- To enable weak-linking, set the MACOSX_DEPLOYMENT_TARGET environment variable
-to the minimal OS version the binaries should be able to run on, e.g:
- export MACOSX_DEPLOYMENT_TARGET=10.4
-This requires at least gcc 3.1; with gcc 4 or later, set/add to CFLAGS instead:
- export CFLAGS="-mmacosx-version-min=10.4"
-Support for weak-linking was added with 8.4.14/8.5a5.
-
Detailed Instructions for building with macosx/GNUmakefile
----------------------------------------------------------