summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2013-02-12 21:03:26 +0100
committerTorbjorn Granlund <tege@gmplib.org>2013-02-12 21:03:26 +0100
commitcdd0c7603bb884f1893f675821b21ac7dd268d9a (patch)
treecf6766b83eb78e9eaba93e9629b9e98129cb3419 /config.sub
parent24fbc85d7e1d23e868f0bfc87fc98212a7bd93d4 (diff)
downloadgmp-cdd0c7603bb884f1893f675821b21ac7dd268d9a.tar.gz
Recognise haswell.
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 0777c0df0..d7f433770 100755
--- a/config.sub
+++ b/config.sub
@@ -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 | opteron | k[89] | k10 | bobcat | bulldozer | nano)
+athlon64 | atom | core2 | corei | coreinhm | coreiwsm | coreisbr | coreihwl | opteron | k[89] | k10 | bobcat | bulldozer | nano)
test_cpu=x86_64 ;;
power[2-9] | power2sc)
test_cpu=power ;;