summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-10-13 08:07:29 +0200
committerTorbjorn Granlund <tege@gmplib.org>2011-10-13 08:07:29 +0200
commit2363dc55ae6eb7065e8e61eb81fa374baf656b3a (patch)
treeb50b6d43243fa988eebd9108a6fb7fc5cb66f0d2 /configure.in
parent43f64f45622ce8ab83f179398a5af134a1c4f02d (diff)
downloadgmp-2363dc55ae6eb7065e8e61eb81fa374baf656b3a.tar.gz
(s390): Unset extra_functions for s390x.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 678202a5b..819c36649 100644
--- a/configure.in
+++ b/configure.in
@@ -1129,6 +1129,7 @@ case $host in
gcc_32_cflags="$gcc_cflags -m31 -mzarch"
path_32="s390_32/esame s390_32"
path_64="s390_64"
+ extra_functions=""
;;
esac
;;