summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-11-18 01:38:05 +0100
committerTorbjorn Granlund <tege@gmplib.org>2009-11-18 01:38:05 +0100
commit66cee67037325f71f1be3b74cedf8a82a855a576 (patch)
treedefbf9f345c8dc3b476859c40e37fb3068032859 /acinclude.m4
parentca8f2335758e9e234fed5e1092c82b9a13b159b8 (diff)
downloadgmp-66cee67037325f71f1be3b74cedf8a82a855a576.tar.gz
Generalise x86_64 support; recognise VIA nano.
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 5afc1bccb..f2d405f6f 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-*-*]])
+[[athlon64-*-* | pentium4-*-* | atom-*-* | core2-*-* | x86_64-*-* | nano-*-*]])
dnl GMP_FAT_SUFFIX(DSTVAR, DIRECTORY)
dnl ---------------------------------