diff options
author | mdejong <mdejong> | 2002-02-23 22:15:40 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2002-02-23 22:15:40 (GMT) |
commit | f21907fb023f9ce87e222745ee167b897e08a98b (patch) | |
tree | df4a2ec4f644a54a4e837f4959f62a954b76c247 /unix/tcl.m4 | |
parent | 4deb9a08c1d3bb8b0c0e95394f8859ff9bcb0f7d (diff) | |
download | tcl-f21907fb023f9ce87e222745ee167b897e08a98b.zip tcl-f21907fb023f9ce87e222745ee167b897e08a98b.tar.gz tcl-f21907fb023f9ce87e222745ee167b897e08a98b.tar.bz2 |
* configure: Regen.
* unix/tcl.m4 (SC_CONFIG_CFLAGS): Link with -n32
instead of -32 when building on IRIX64-6.* system.
[Tcl bug 521707]
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 499fc56..5640546 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -875,7 +875,7 @@ dnl AC_CHECK_TOOL(AR, ar, :) ;; IRIX64-6.*) SHLIB_CFLAGS="" - SHLIB_LD="ld -32 -shared -rdata_shared" + SHLIB_LD="ld -n32 -shared -rdata_shared" SHLIB_LD_LIBS='${LIBS}' SHLIB_SUFFIX=".so" DL_OBJS="tclLoadDl.o" |