summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2019-05-28 21:55:58 +0200
committerTorbjorn Granlund <tg@gmplib.org>2019-05-28 21:55:58 +0200
commitb099bec65074917ab4256f0a97ac17ea068cea71 (patch)
tree7440bb173dfb18c425d2377aa0e726fe17d44911 /config.sub
parentc9af0c1e95dab593b18adf741c952187a0a1b272 (diff)
downloadgmp-b099bec65074917ab4256f0a97ac17ea068cea71.tar.gz
Fixes to which cpu types end with a "*".
* config.sub: Fixes to which cpu types end with a "*".
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 6f77bbb3e..1a0e3127e 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 | silvermont | goldmont | core2 | corei* | opteron | k[89] | k10 | bobcat | jaguar* | bulldozer* | piledriver* | steamroller* | excavator* | zen | nano | nehalem* | westmere* | sandybridge* | ivybridge* | haswell* | broadwell* | skylake* | kabylake* | knightslanding)
+athlon64 | atom | silvermont | goldmont | core2 | corei* | opteron | k[89] | k10 | bobcat | jaguar* | bulldozer* | piledriver* | steamroller* | excavator* | zen* | nano | nehalem | westmere | sandybridge* | ivybridge* | haswell* | broadwell* | skylake* | kabylake* | knightslanding)
test_cpu=x86_64 ;;
power[2-9] | power2sc)
test_cpu=power ;;