summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorTorbjorn Granlund <torbjorng@google.com>2015-08-17 21:47:23 +0200
committerTorbjorn Granlund <torbjorng@google.com>2015-08-17 21:47:23 +0200
commitba2924ca4c7513d2e17d35582bc7e81c508f4d49 (patch)
treeb78217b440df9c4b8576e5bdbea415c3f46d7722 /config.sub
parent08981e0409c353913689df371268a20002f01531 (diff)
downloadgmp-ba2924ca4c7513d2e17d35582bc7e81c508f4d49.tar.gz
Add Skylake support.
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 bf7d53dae..b2c449337 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 | core2 | corei* | opteron | k[89] | k10 | bobcat | jaguar* | bulldozer* | piledriver* | steamroller* | excavator* | nano | nehalem* | westmere* | sandybridge* | ivybridge* | haswell* | broadwell*)
+athlon64 | atom | silvermont | core2 | corei* | opteron | k[89] | k10 | bobcat | jaguar* | bulldozer* | piledriver* | steamroller* | excavator* | nano | nehalem* | westmere* | sandybridge* | ivybridge* | haswell* | broadwell* | skylake*)
test_cpu=x86_64 ;;
power[2-9] | power2sc)
test_cpu=power ;;