summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-04-20 14:47:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-04-20 14:47:01 (GMT)
commit90fde58143eea5e3f626221a006cf6ac3e398ebe (patch)
treecb18c4dd3ec1b44a05aea2504ba34dc31f968c82 /unix
parent4df14cf19400ebdaa94bfe07bc4f84cb6116ae94 (diff)
parent0c9c64f76498585487efd90abb910d7f1e23072c (diff)
downloadtcl-90fde58143eea5e3f626221a006cf6ac3e398ebe.zip
tcl-90fde58143eea5e3f626221a006cf6ac3e398ebe.tar.gz
tcl-90fde58143eea5e3f626221a006cf6ac3e398ebe.tar.bz2
merge core-8-6-branch
Diffstat (limited to 'unix')
-rw-r--r--unix/tclConfig.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclConfig.sh.in b/unix/tclConfig.sh.in
index 27fd513..fdc56b7 100644
--- a/unix/tclConfig.sh.in
+++ b/unix/tclConfig.sh.in
@@ -81,7 +81,7 @@ TCL_DL_LIBS='@DL_LIBS@'
# an executable tclsh or tcltest binary.
TCL_LD_FLAGS='@LDFLAGS@'
-# Flags to pass to ld, such as "-R /usr/local/tcl/lib", that tell the
+# Flags to pass to cc/ld, such as "-R /usr/local/tcl/lib", that tell the
# run-time dynamic linker where to look for shared libraries such as
# libtcl.so. Used when linking applications. Only works if there
# is a variable "LIB_RUNTIME_DIR" defined in the Makefile.