summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-09-02 16:26:51 (GMT)
committerhobbs <hobbs>1999-09-02 16:26:51 (GMT)
commit1f66507f55794f140cf5952e6d45da60c066c014 (patch)
tree5f6fba13aeaa0b689e0ade6906afd5f2fda9010b /unix/tcl.m4
parentdda9412829471d1e8b6666f67ad5f9e6b74f37cf (diff)
downloadtcl-1f66507f55794f140cf5952e6d45da60c066c014.zip
tcl-1f66507f55794f140cf5952e6d45da60c066c014.tar.gz
tcl-1f66507f55794f140cf5952e6d45da60c066c014.tar.bz2
1999-09-01 Jeff Hobbs <hobbs@scriptics.com>
* unix/aclocal.m4: * unix/tcl.m4: adjusted fix from 8-21 to add -bnoentry to the AIX-* case and readjusted the range
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 d8f4be9..a04638b 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -578,7 +578,7 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [
;;
AIX-*)
SHLIB_CFLAGS=""
- SHLIB_LD="$fullSrcDir/ldAix /bin/ld -bhalt:4 -bM:SRE -bE:lib.exp -H512 -T512"
+ SHLIB_LD="$fullSrcDir/ldAix /bin/ld -bhalt:4 -bM:SRE -bE:lib.exp -H512 -T512 -bnoentry"
SHLIB_LD_LIBS='${LIBS}'
SHLIB_SUFFIX=".so"
DL_OBJS="tclLoadDl.o"