summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-03-01 17:48:02 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-03-01 17:48:02 (GMT)
commitfa9272d4b37328eddeeff3f647a4eecfedcc8c53 (patch)
tree68f2329ed62b071b314ffd342340e129b7f0c75d
parent533cffb36c60635f6401dd91acb3ce4ca0013d07 (diff)
downloadtcl-fa9272d4b37328eddeeff3f647a4eecfedcc8c53.zip
tcl-fa9272d4b37328eddeeff3f647a4eecfedcc8c53.tar.gz
tcl-fa9272d4b37328eddeeff3f647a4eecfedcc8c53.tar.bz2
* unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling on
IRIX64-6.5* systems. [Bug 218561] * unix/configure: autoconf-2.13
-rw-r--r--ChangeLog4
-rwxr-xr-xunix/configure2
-rw-r--r--unix/tcl.m42
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 363ec88..ebaa97a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-03-01 Don Porter <dgp@users.sourceforge.net>
+ * unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling on
+ IRIX64-6.5* systems. [Bug 218561]
+ * unix/configure: autoconf-2.13
+
* generic/tclCmdMZ.c (TclCheckInterpTraces): The TIP 62
* generic/tclTest.c (TestcmdtraceCmd): implementation introduced a
* tests/basic.test (basic-39.10): bug by testing the CallFrame
diff --git a/unix/configure b/unix/configure
index 9fcf264..4f11656 100755
--- a/unix/configure
+++ b/unix/configure
@@ -6039,7 +6039,7 @@ fi
EXTRA_CFLAGS=""
LDFLAGS=""
;;
- IRIX-6.*|IRIX64-6.5*)
+ IRIX-6.*)
SHLIB_CFLAGS=""
SHLIB_LD="ld -n32 -shared -rdata_shared"
SHLIB_LD_LIBS='${LIBS}'
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index db85ff9..f5f8d72 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1067,7 +1067,7 @@ dnl AC_CHECK_TOOL(AR, ar)
EXTRA_CFLAGS=""
LDFLAGS=""
;;
- IRIX-6.*|IRIX64-6.5*)
+ IRIX-6.*)
SHLIB_CFLAGS=""
SHLIB_LD="ld -n32 -shared -rdata_shared"
SHLIB_LD_LIBS='${LIBS}'