diff options
| author | dgp <dgp@users.sourceforge.net> | 2004-03-01 17:48:02 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2004-03-01 17:48:02 (GMT) |
| commit | 8c61307dae429494ee696d75182e88e24949eb90 (patch) | |
| tree | 68f2329ed62b071b314ffd342340e129b7f0c75d /unix/configure | |
| parent | 67e694faefd04b8b640c4ca9f978987441c64c0b (diff) | |
| download | tcl-8c61307dae429494ee696d75182e88e24949eb90.zip tcl-8c61307dae429494ee696d75182e88e24949eb90.tar.gz tcl-8c61307dae429494ee696d75182e88e24949eb90.tar.bz2 | |
* unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling on
IRIX64-6.5* systems. [Bug 218561]
* unix/configure: autoconf-2.13
Diffstat (limited to 'unix/configure')
| -rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
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}' |
