summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authordas <das>2008-03-27 13:39:49 (GMT)
committerdas <das>2008-03-27 13:39:49 (GMT)
commit71c0e3216e1c0fe86b81f15ff52bebdcab8d576e (patch)
treeebe58100a54024e9dd387608bc2106ae43f04f3a /unix/tcl.m4
parent6a941089dd85cb321734891f9c9cdd5a6563432c (diff)
downloadtcl-71c0e3216e1c0fe86b81f15ff52bebdcab8d576e.zip
tcl-71c0e3216e1c0fe86b81f15ff52bebdcab8d576e.tar.gz
tcl-71c0e3216e1c0fe86b81f15ff52bebdcab8d576e.tar.bz2
* unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166]
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 3a13ea3..0b69ba0 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1954,7 +1954,7 @@ dnl AC_CHECK_TOOL(AR, ar)
], [
case $system in
SunOS-5.[[1-9]][[0-9]]*)
- SHLIB_LD='${CC} -G -z text';;
+ SHLIB_LD='${CC} -G -z text ${LDFLAGS}';;
*)
SHLIB_LD='/usr/ccs/bin/ld -G -z text';;
esac