summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-11-15 01:33:25 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-11-15 01:33:25 +0100
commit4fc9dd5d4647c86ba4d5b08b0a2589f6f6079796 (patch)
tree2a483472880b2182dbf2cacc79ad3c3137f73680 /configure.in
parentaebd2151218bded6e4278834b9f082808eef6590 (diff)
downloadgmp-4fc9dd5d4647c86ba4d5b08b0a2589f6f6079796.tar.gz
Amend 2011-11-03 gcc_cflags change.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index eedab0eca..887975c40 100644
--- a/configure.in
+++ b/configure.in
@@ -875,7 +875,7 @@ case $host in
abilist="32"
cclist="gcc cc"
cc_cflags="-O2"
- gcc_cflags="$gcc_cflags -mpowerpc"
+ gcc_32_cflags="$gcc_cflags -mpowerpc"
gcc_cflags_optlist="precomp subtype asm cpu"
gcc_cflags_precomp="-no-cpp-precomp"
gcc_cflags_subtype="-force_cpusubtype_ALL" # for vmx on darwin
@@ -1243,9 +1243,7 @@ case $host in
#
case $host_cpu in
sparc64 | sparcv9* | ultrasparc*)
- gcc_cflags="$gcc_cflags -Wa,-xarch=v8plus" ;;
- *)
- gcc_cflags="$gcc_cflags" ;;
+ gcc_32_cflags="$gcc_cflags -Wa,-xarch=v8plus" ;;
esac
gcc_32_cflags_maybe="-m32"
gcc_cflags_optlist="cpu"