summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>1999-09-02 16:26:51 (GMT)
committerhobbs <hobbs@noemail.net>1999-09-02 16:26:51 (GMT)
commit24746393dbe028866e9af558513d639c1f966df2 (patch)
tree5f6fba13aeaa0b689e0ade6906afd5f2fda9010b /unix/tcl.m4
parent8f22641cbb64a19821a1bfb21897d45544435d47 (diff)
downloadtcl-24746393dbe028866e9af558513d639c1f966df2.zip
tcl-24746393dbe028866e9af558513d639c1f966df2.tar.gz
tcl-24746393dbe028866e9af558513d639c1f966df2.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 FossilOrigin-Name: c8c6ecddb3b5f78a3ebce6001831ad6e71d4a055
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"