summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-10-18 01:23:50 +0200
committerKevin Ryde <user42@zip.com.au>2003-10-18 01:23:50 +0200
commit861f72b53cf9a817bd1b07754c27f5cc8e906ed0 (patch)
tree0b91c969abd4280ad0d4f687d618bf54169ef935 /configure
parent9b317ddca7e51b29ee03374e1462ee9203836ca8 (diff)
downloadgmp-861f72b53cf9a817bd1b07754c27f5cc8e906ed0.tar.gz
Regenerate for:
* configure.in (powerpc970-*-*): Use gcc -mcpu=970 when available. (powerpc7400-*-*): Fallback on gcc -mcpu=750 if -mcpu=7400 not available.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure65
1 files changed, 33 insertions, 32 deletions
diff --git a/configure b/configure
index 466b2bf01..673bedacb 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 1.573 .
+# From configure.in Revision: 1.575 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57 for GNU MP 4.1.
#
@@ -2901,14 +2901,14 @@ _ACEOF
path="powerpc32" ;;
esac
- # gcc 2.7.2 knows -mcpu=403, 603, 604.
+ # gcc 2.7.2 knows -mcpu=403, 601, 603, 604.
# gcc 2.95 adds 401, 505, 602, 603e, ec603e, 604e, 620, 740, 750,
# 801, 821, 823, 860.
# gcc 3.0 adds 630, rs64a.
# gcc 3.1 adds 405, 7400, 7450.
# gcc 3.2 adds nothing.
- # gcc pre-release 3.3 adds power3, power4, 8540. power3 seems to be
- # just a synonym for 630.
+ # gcc 3.3 adds power3, power4, 8540. power3 seems to be a synonym for 630.
+ # gcc pre-release 3.4 adds 405fp, 440, 440fp, 970.
#
# FIXME: The way 603e falls back to 603 for gcc 2.7.2 should be
# done for all the others too. But what would be the correct
@@ -2927,13 +2927,14 @@ _ACEOF
powerpc620) gcc_cflags_cpu="-mcpu=620" ;;
powerpc630) gcc_cflags_cpu="-mcpu=630" ;;
powerpc740) gcc_cflags_cpu="-mcpu=740" ;;
- powerpc7400) gcc_cflags_cpu="-mcpu=7400" ;;
+ powerpc7400) gcc_cflags_cpu="-mcpu=7400 -mcpu=750" ;;
powerpc7450) gcc_cflags_cpu="-mcpu=7450" ;;
powerpc750) gcc_cflags_cpu="-mcpu=750" ;;
powerpc801) gcc_cflags_cpu="-mcpu=801" ;;
powerpc821) gcc_cflags_cpu="-mcpu=821" ;;
powerpc823) gcc_cflags_cpu="-mcpu=823" ;;
powerpc860) gcc_cflags_cpu="-mcpu=860" ;;
+ powerpc970) gcc_cflags_cpu="-mcpu=970" ;;
esac
case $host in
@@ -8927,7 +8928,7 @@ ia64-*-hpux*)
;;
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 8930 "configure"' > conftest.$ac_ext
+ echo '#line 8931 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
@@ -10347,11 +10348,11 @@ else
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:10350: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:10351: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:10354: \$? = $ac_status" >&5
+ echo "$as_me:10355: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
@@ -10579,11 +10580,11 @@ else
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:10582: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:10583: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:10586: \$? = $ac_status" >&5
+ echo "$as_me:10587: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
@@ -10646,11 +10647,11 @@ else
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:10649: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:10650: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:10653: \$? = $ac_status" >&5
+ echo "$as_me:10654: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -12658,7 +12659,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 12661 "configure"
+#line 12662 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -12756,7 +12757,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 12759 "configure"
+#line 12760 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -14888,11 +14889,11 @@ else
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:14891: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:14892: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:14895: \$? = $ac_status" >&5
+ echo "$as_me:14896: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
@@ -14955,11 +14956,11 @@ else
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:14958: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:14959: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:14962: \$? = $ac_status" >&5
+ echo "$as_me:14963: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -16198,7 +16199,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 16201 "configure"
+#line 16202 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -16296,7 +16297,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 16299 "configure"
+#line 16300 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -17118,11 +17119,11 @@ else
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:17121: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:17122: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:17125: \$? = $ac_status" >&5
+ echo "$as_me:17126: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
@@ -17185,11 +17186,11 @@ else
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:17188: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:17189: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:17192: \$? = $ac_status" >&5
+ echo "$as_me:17193: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -19125,11 +19126,11 @@ else
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:19128: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:19129: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:19132: \$? = $ac_status" >&5
+ echo "$as_me:19133: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
@@ -19357,11 +19358,11 @@ else
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:19360: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:19361: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:19364: \$? = $ac_status" >&5
+ echo "$as_me:19365: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
@@ -19424,11 +19425,11 @@ else
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:19427: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:19428: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:19431: \$? = $ac_status" >&5
+ echo "$as_me:19432: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -21436,7 +21437,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 21439 "configure"
+#line 21440 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -21534,7 +21535,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 21537 "configure"
+#line 21538 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H