summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorTorbjorn Granlund <torbjorng@google.com>2015-10-09 21:05:25 +0200
committerTorbjorn Granlund <torbjorng@google.com>2015-10-09 21:05:25 +0200
commit0d43c176a049e02f85e5304c94eb4663731cf0cb (patch)
treefc0726a6de97271b2612f1d57352bc43a7589dc8 /config.sub
parent9ed042ca3377f7af1996816cf08882ed8e7247eb (diff)
downloadgmp-0d43c176a049e02f85e5304c94eb4663731cf0cb.tar.gz
Recognise cabylake and goldmont and more versions of skylake and silvermont.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.sub b/config.sub
index b2c449337..f248e7170 100755
--- a/config.sub
+++ b/config.sub
@@ -3,7 +3,7 @@
# GMP config.sub wrapper.
-# Copyright 2000-2003, 2006, 2009-2014 Free Software Foundation, Inc.
+# Copyright 2000-2003, 2006, 2009-2015 Free Software Foundation, Inc.
#
# This file is part of the GNU MP Library.
#
@@ -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* | skylake*)
+athlon64 | atom | silvermont | goldmont | core2 | corei* | opteron | k[89] | k10 | bobcat | jaguar* | bulldozer* | piledriver* | steamroller* | excavator* | nano | nehalem* | westmere* | sandybridge* | ivybridge* | haswell* | broadwell* | skylake* | cabylake* | knightslanding)
test_cpu=x86_64 ;;
power[2-9] | power2sc)
test_cpu=power ;;