summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-11-27 22:00:36 +0100
committerTorbjorn Granlund <tege@gmplib.org>2009-11-27 22:00:36 +0100
commite1f836c52cabfdaaa237d7b869fde60d3b148198 (patch)
tree0c9c62e97ac9405c602132d59b47fd0050d8ff7b /acinclude.m4
parent6282d035f53649046cfc15438c1c085dd7a73e05 (diff)
downloadgmp-e1f836c52cabfdaaa237d7b869fde60d3b148198.tar.gz
Make gmp-mparam.h more fine grained for x86_64 and ppc64.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index f2d405f6f..55c9d3126 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -47,7 +47,7 @@ define(X86_PATTERN,
[[i?86*-*-* | k[5-8]*-*-* | pentium*-*-* | athlon-*-* | viac3*-*-* | geode*-*-* | atom-*-*]])
define(X86_64_PATTERN,
-[[athlon64-*-* | pentium4-*-* | atom-*-* | core2-*-* | x86_64-*-* | nano-*-*]])
+[[athlon64-*-* | pentium4-*-* | atom-*-* | core2-*-* | corei-*-* | x86_64-*-* | nano-*-*]])
dnl GMP_FAT_SUFFIX(DSTVAR, DIRECTORY)
dnl ---------------------------------