summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-11-02 15:00:02 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-11-02 15:00:02 +0100
commit9ca22912b5faee1406bca9648e488fc06164f456 (patch)
treea7760ff920fcae7eeacc630a8480af294b2c7509 /configure.in
parent17299e5dc9a4298317d9507af62d03e631b689b0 (diff)
downloadgmp-9ca22912b5faee1406bca9648e488fc06164f456.tar.gz
(s390): Set gcc_32_cflags_maybe.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 480ec3cde..21defe968 100644
--- a/configure.in
+++ b/configure.in
@@ -1129,6 +1129,7 @@ case $host in
gcc_cflags_optlist="arch"
path="s390_32"
extra_functions="udiv_w_sdiv"
+ gcc_32_cflags_maybe="-m31"
case $host_cpu in
s390)
@@ -1186,7 +1187,6 @@ case $host in
cclist_64="gcc"
gcc_64_cflags_optlist="arch"
gcc_64_cflags="$gcc_cflags -m64"
- gcc_32_cflags="$gcc_cflags -m31"
path_64="s390_64/$host_cpu s390_64"
extra_functions=""
;;