summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2022-03-30 23:13:11 +0200
committerTorbjorn Granlund <tg@gmplib.org>2022-03-30 23:13:11 +0200
commitefe1e60af3cd3fd34c8b3303c5b6e33333baebd4 (patch)
treece06bb4755f888c57e92b54a0c7fd4e5a6b6cf3a /config.sub
parent58818388634ac42301e50c9b2dbd65340fb3ab70 (diff)
downloadgmp-efe1e60af3cd3fd34c8b3303c5b6e33333baebd4.tar.gz
Handle Intel tremont separately.
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 8479e6947..65c26f18b 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* | icelake* | rocketlake* | tigerlake* | alderlake*| knightslanding)
+athlon64 | atom | silvermont | goldmont | tremont | core2 | corei* | opteron | k[89] | k10 | bobcat | jaguar* | bulldozer* | piledriver* | steamroller* | excavator* | zen* | nano | nehalem | westmere | sandybridge* | ivybridge* | haswell* | broadwell* | skylake* | kabylake* | icelake* | rocketlake* | tigerlake* | alderlake*| knightslanding)
test_cpu=x86_64 ;;
power[2-9] | power2sc)
test_cpu=power ;;