summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-03-01 18:01:18 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-03-01 18:01:18 (GMT)
commit0184907ffbcddf06f9aa3f3933d88fd1abf8fce0 (patch)
tree5d9bbb7448cd4b59c52f63add0657bc25b69a666
parent35da23f80f35ffde79b635c74c0a31b1a6b9b181 (diff)
downloadtcl-0184907ffbcddf06f9aa3f3933d88fd1abf8fce0.zip
tcl-0184907ffbcddf06f9aa3f3933d88fd1abf8fce0.tar.gz
tcl-0184907ffbcddf06f9aa3f3933d88fd1abf8fce0.tar.bz2
* unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling on
IRIX64-6.5* systems. [Bug 218561] * unix/configure: autoconf-2.57
-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 fd68268..038f06a 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.57
+
* generic/tclTrace.c (TclCheckInterpTraces): The TIP 62
* generic/tclTest.c (TestcmdtraceCmd): implementation introduced a
* tests/trace.test (trace-29.10): bug by testing the CallFrame
diff --git a/unix/configure b/unix/configure
index 784f1d9..1d7ef10 100755
--- a/unix/configure
+++ b/unix/configure
@@ -11391,7 +11391,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 e36f85d..6c5c4c1 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1081,7 +1081,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}'