summaryrefslogtreecommitdiff
path: root/config.sub
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 /config.sub
parentca8f2335758e9e234fed5e1092c82b9a13b159b8 (diff)
downloadgmp-66cee67037325f71f1be3b74cedf8a82a855a576.tar.gz
Generalise x86_64 support; recognise VIA nano.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index 1686176ab..13f4bb05e 100755
--- a/config.sub
+++ b/config.sub
@@ -89,7 +89,7 @@ given_full="$given_cpu$given_rest"
case "$given_cpu" in
itanium | itanium2)
test_cpu=ia64 ;;
-pentium | pentiummmx | pentiumpro | pentium[234m] | k[56] | k6[23] | geode | athlon | viac3*)
+pentium | pentiummmx | pentiumpro | pentium[234m] | k[56] | k6[23] | geode | athlon | viac3* | nano)
test_cpu=i386 ;;
athlon64 | atom | core2 | opteron)
test_cpu=x86_64 ;;