summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorTorbjorn Granlund <torbjorng@google.com>2015-03-15 00:19:22 +0100
committerTorbjorn Granlund <torbjorng@google.com>2015-03-15 00:19:22 +0100
commit55b35a929eb9a6a57db5e36f79654926363c4163 (patch)
tree799e0112ddb9a9a1c5b985a7743f7f0413e9f519 /config.sub
parent3f90090965ad6bdf44d86ac31420dc621da79e6e (diff)
downloadgmp-55b35a929eb9a6a57db5e36f79654926363c4163.tar.gz
Add more CPUs, use CPU code names.
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 274e48164..940426612 100755
--- a/config.sub
+++ b/config.sub
@@ -102,7 +102,7 @@ itanium | itanium2)
test_cpu=ia64 ;;
pentium | pentiummmx | pentiumpro | pentium[234m] | k[567] | k6[23] | geode | athlon | viac3*)
test_cpu=i386 ;;
-athlon64 | atom | core2 | corei* | opteron | k[89] | k10 | bobcat | jaguar* | bulldozer* | piledriver* | steamroller* | excavator* | nano)
+athlon64 | atom | silvermont | core2 | corei* | opteron | k[89] | k10 | bobcat | jaguar* | bulldozer* | piledriver* | steamroller* | excavator* | nano | nehalem* | westmere* | sandybridge | ivybridge | haswell | broadwell)
test_cpu=x86_64 ;;
power[2-9] | power2sc)
test_cpu=power ;;