summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2014-01-19 16:47:52 +0100
committerTorbjorn Granlund <tege@gmplib.org>2014-01-19 16:47:52 +0100
commit9021d228fdd05cfdbd013e31aab6eb275d6e95c7 (patch)
treecc9e2ea09f7b64fa8d0c225b48477dca4f85e712 /config.sub
parent1dac2c12d2024c17c238fd87323b8ef72a64304c (diff)
downloadgmp-9021d228fdd05cfdbd013e31aab6eb275d6e95c7.tar.gz
Add new AMD CPUs (piledriver, steamroller, excavator, jaguar).
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 22562800a..49044734e 100755
--- a/config.sub
+++ b/config.sub
@@ -3,7 +3,7 @@
# GMP config.sub wrapper.
-# Copyright 2000-2003, 2006, 2009-2013 Free Software Foundation, Inc.
+# Copyright 2000-2003, 2006, 2009-2014 Free Software Foundation, Inc.
#
# This file is part of the GNU MP Library.
#
@@ -91,7 +91,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 | bulldozer | nano)
+athlon64 | atom | core2 | corei | coreinhm | coreiwsm | coreisbr | coreihwl | coreibwl | opteron | k[89] | k10 | bobcat | jaguar | bulldozer | piledriver | steamroller | excavator | nano)
test_cpu=x86_64 ;;
power[2-9] | power2sc)
test_cpu=power ;;