diff options
author | dgp <dgp@users.sourceforge.net> | 2008-03-27 20:23:59 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-03-27 20:23:59 (GMT) |
commit | 26b0024e1f629b3c1e98f92657077b58572c5e12 (patch) | |
tree | 22055871e6d7e305392177a98f2365fafb0d85fb /unix | |
parent | 7d09862213dc5b81ab51ab699129f8dc0add0693 (diff) | |
download | tcl-26b0024e1f629b3c1e98f92657077b58572c5e12.zip tcl-26b0024e1f629b3c1e98f92657077b58572c5e12.tar.gz tcl-26b0024e1f629b3c1e98f92657077b58572c5e12.tar.bz2 |
merge updates from HEAD
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 2 | ||||
-rw-r--r-- | unix/tcl.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure index a822dc2..099969b 100755 --- a/unix/configure +++ b/unix/configure @@ -8481,7 +8481,7 @@ else 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 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 |