summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-10-14 08:40:40 +0200
committerTorbjorn Granlund <tege@gmplib.org>2011-10-14 08:40:40 +0200
commit48bbb357f4fafd8cee6d899a693cdd7a3e2e9066 (patch)
treedbab0b3d7db25890c147e8d2b60b8bb910536ebd /configure.in
parentd991febc55db0ca3b93f811041aa49f31032794c (diff)
downloadgmp-48bbb357f4fafd8cee6d899a693cdd7a3e2e9066.tar.gz
AC_DEFINE and use HAVE_HOST_CPU_s390_zarch.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 819c36649..27425b03f 100644
--- a/configure.in
+++ b/configure.in
@@ -290,7 +290,10 @@ AH_VERBATIM([HAVE_HOST_CPU_1],
#undef HAVE_HOST_CPU_pentiummmx
#undef HAVE_HOST_CPU_pentiumpro
#undef HAVE_HOST_CPU_pentium2
-#undef HAVE_HOST_CPU_pentium3])
+#undef HAVE_HOST_CPU_pentium3
+
+/* Define to 1 iff we have a s390 with 64-bit registers. */
+#undef HAVE_HOST_CPU_s390_zarch])
# Table of compilers, options, and mpn paths. This code has various related
@@ -1130,6 +1133,7 @@ case $host in
path_32="s390_32/esame s390_32"
path_64="s390_64"
extra_functions=""
+ AC_DEFINE(HAVE_HOST_CPU_s390_zarch)
;;
esac
;;