diff options
author | hobbs <hobbs> | 1999-09-02 16:26:51 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-09-02 16:26:51 (GMT) |
commit | 1f66507f55794f140cf5952e6d45da60c066c014 (patch) | |
tree | 5f6fba13aeaa0b689e0ade6906afd5f2fda9010b /unix | |
parent | dda9412829471d1e8b6666f67ad5f9e6b74f37cf (diff) | |
download | tcl-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')
-rw-r--r-- | unix/aclocal.m4 | 4 | ||||
-rw-r--r-- | unix/tcl.m4 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/unix/aclocal.m4 b/unix/aclocal.m4 index ba4770e..a04638b 100644 --- a/unix/aclocal.m4 +++ b/unix/aclocal.m4 @@ -564,7 +564,7 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [ TCL_EXP_FILE="" STLIB_LD="ar cr" case $system in - AIX-4.[[1-9]]) + AIX-4.[[2-9]]) SHLIB_CFLAGS="" SHLIB_LD="$fullSrcDir/ldAix /bin/ld -bhalt:4 -bM:SRE -bE:lib.exp -H512 -T512 -bnoentry" SHLIB_LD_LIBS='${LIBS}' @@ -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" 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" |