summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorredman <redman>1999-07-16 21:40:32 (GMT)
committerredman <redman>1999-07-16 21:40:32 (GMT)
commit1756fda322eff378c039da15c51d75082ce43fbb (patch)
tree121cf55c24012c2ddee02f1f036611ae5b0254c0 /unix/tcl.m4
parent835d644cc3eed2b24fb0d60e6d71c0e011d71ca1 (diff)
downloadtcl-1756fda322eff378c039da15c51d75082ce43fbb.zip
tcl-1756fda322eff378c039da15c51d75082ce43fbb.tar.gz
tcl-1756fda322eff378c039da15c51d75082ce43fbb.tar.bz2
* unix/aclocal.m4:
* unix/tcl.m4: Add check for Alpha/Linux to correct the IEEE floating flag to the compiler, should be -mieee. Patch from Don Porter. * tools/tcl.hpj.in: Change version number of .cnt file referenced in .HPJ file.
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 9d08eaf..eb24967 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -701,6 +701,9 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [
LDFLAGS=""
LD_SEARCH_FLAGS=""])
fi
+ if test "`uname -m`" = "alpha" ; then
+ EXTRA_CFLAGS="-mieee"
+ fi
;;
MP-RAS-02*)
SHLIB_CFLAGS="-K PIC"