summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-11-10 21:00:18 +0100
committerTorbjorn Granlund <tege@gmplib.org>2009-11-10 21:00:18 +0100
commit0a6e82ccd9a4e1b779b6b9244c1d8fcb3839ac01 (patch)
treeb40e29911ee1dea4a7bea52550748f310768e56c /acinclude.m4
parentc24ee065601edf19ae3828977159fe44d69099b4 (diff)
downloadgmp-0a6e82ccd9a4e1b779b6b9244c1d8fcb3839ac01.tar.gz
Supply compiler options for atom in 32-bit mode.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index dc1aed720..208f6b12d 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -44,10 +44,10 @@ define(POWERPC64_PATTERN,
[[powerpc64-*-* | powerpc64le-*-* | powerpc620-*-* | powerpc630-*-* | powerpc970-*-* | power[3-9]-*-*]])
define(X86_PATTERN,
-[[i?86*-*-* | k[5-8]*-*-* | pentium*-*-* | athlon-*-* | viac3*-*-* | geode*-*-*]])
+[[i?86*-*-* | k[5-8]*-*-* | pentium*-*-* | athlon-*-* | viac3*-*-* | geode*-*-* | atom-*-*]])
define(X86_64_PATTERN,
-[[athlon64-*-* | atom-*-* | core2-*-* | x86_64-*-*]])
+[[athlon64-*-* | pentium4-*-* | atom-*-* | core2-*-* | x86_64-*-*]])
dnl GMP_FAT_SUFFIX(DSTVAR, DIRECTORY)
dnl ---------------------------------