summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-01-31 23:32:53 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-01-31 23:32:53 +0100
commit899a8ca4ab8f7c9ea32fd66d3da8669f23e1a1b3 (patch)
tree47f64df35de90f8f0a4667af279f1014fb9aefd5 /config.sub
parentb6e5a2bb0af7d7e97786eaaf7de52bade0be3304 (diff)
downloadgmp-899a8ca4ab8f7c9ea32fd66d3da8669f23e1a1b3.tar.gz
Support 'coreinhm' and 'coreisbr'.
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 9724a19e9..1442e9ab8 100755
--- a/config.sub
+++ b/config.sub
@@ -91,7 +91,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 | bulldozer | nano)
+athlon64 | atom | core2 | corei | coreinhm | coreiwsm | coreisbr | opteron | k[89] | k10 | bobcat | bulldozer | nano)
test_cpu=x86_64 ;;
power[2-9] | power2sc)
test_cpu=power ;;