summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2014-06-30 17:36:24 +0200
committerTorbjorn Granlund <tege@gmplib.org>2014-06-30 17:36:24 +0200
commit79fbf4840f850e82e7965339ae0384089ee3270b (patch)
treedc0f2bb2580b283ff2dbc9289dc46f9798a3a431 /config.sub
parentbf9e56b965f3df0a30ad339b8b69bef628626100 (diff)
downloadgmp-79fbf4840f850e82e7965339ae0384089ee3270b.tar.gz
Generalise x86 patterns.
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 d734c4345..8f4ef9c85 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 | coreinhm | coreiwsm | coreisbr | coreihwl | coreibwl | opteron | k[89] | k10 | bobcat | jaguar | bulldozer | piledriver | steamroller | excavator | nano)
+athlon64 | atom | core2 | corei* | opteron | k[89] | k10 | bobcat | jaguar* | bulldozer* | piledriver* | steamroller* | excavator* | nano)
test_cpu=x86_64 ;;
power[2-9] | power2sc)
test_cpu=power ;;