]> granicus.if.org Git - python/commitdiff
SF patch #719359, fix test_long failure on OSF/1 with vendor cc
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 26 May 2003 14:11:55 +0000 (14:11 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 26 May 2003 14:11:55 +0000 (14:11 +0000)
This also fixes several other bugs and patches by providing
the proper arguments to cc:  738066 and 741806 need -ieee,
693094 needs -std

configure
configure.in

index ad33c34e7c932fd1e7a084dbfe2bfdf289cb5b04..1c253bc14aa4b89cd3eda8a99cd52986f2b9921d 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.411 .
+# From configure.in Revision: 1.412 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.53 for python 2.3.
 #
@@ -3648,6 +3648,9 @@ yes)
     OpenUNIX*|UnixWare*)
        BASECFLAGS="$BASECFLAGS -K pentium,host,inline,loop_unroll,alloca "
        ;;
+    OSF*)
+       BASECFLAGS="$BASECFLAGS -ieee -std"
+       ;;
     SCO_SV*)
        BASECFLAGS="$BASECFLAGS -belf -Ki486 -DSCO5"
        ;;
index aae3eca8024087366ebd898ec13aa14e7c7ce24d..4d3af9d1943b75e844a51e350b1284a25fe82c8c 100644 (file)
@@ -646,6 +646,9 @@ yes)
     OpenUNIX*|UnixWare*)
        BASECFLAGS="$BASECFLAGS -K pentium,host,inline,loop_unroll,alloca "
        ;;
+    OSF*)
+       BASECFLAGS="$BASECFLAGS -ieee -std"
+       ;;
     SCO_SV*)
        BASECFLAGS="$BASECFLAGS -belf -Ki486 -DSCO5"
        ;;