summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2010-12-01 19:11:56 +0100
committerTorbjorn Granlund <tege@gmplib.org>2010-12-01 19:11:56 +0100
commitcc34aaa23d206834c38d85e8898dff791d9f65a3 (patch)
treed8cabf33673d746345ee7b8846f282e278363365 /config.sub
parentd873dac026135251f5885c10b9c5adbf321c0484 (diff)
downloadgmp-cc34aaa23d206834c38d85e8898dff791d9f65a3.tar.gz
Match new AMD processors, allow finer distinctions among old ones.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.sub b/config.sub
index ccc7bb1a5..315ab315a 100755
--- a/config.sub
+++ b/config.sub
@@ -89,9 +89,9 @@ 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* | nano)
+pentium | pentiummmx | pentiumpro | pentium[234m] | k[567] | k6[23] | geode | athlon | viac3*)
test_cpu=i386 ;;
-athlon64 | atom | core2 | corei | opteron)
+athlon64 | atom | core2 | corei | opteron | k[89] | k10 | bobcat | bulldozer | nano)
test_cpu=x86_64 ;;
power[2-9] | power2sc)
test_cpu=power ;;