From 9021d228fdd05cfdbd013e31aab6eb275d6e95c7 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Sun, 19 Jan 2014 16:47:52 +0100 Subject: Add new AMD CPUs (piledriver, steamroller, excavator, jaguar). --- config.sub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.sub') 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 ;; -- cgit v1.2.1