summaryrefslogtreecommitdiff
path: root/config.guess
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.guess
parent24fbc85d7e1d23e868f0bfc87fc98212a7bd93d4 (diff)
downloadgmp-cdd0c7603bb884f1893f675821b21ac7dd268d9a.tar.gz
Recognise haswell.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index 2832cdb5f..1b866aaab 100755
--- a/config.guess
+++ b/config.guess
@@ -812,7 +812,7 @@ main ()
else if (model == 0x2e) cpu_64bit = 1, modelstr = "coreinhm"; /* NHM Beckton */
else if (model == 0x2f) cpu_64bit = 1, modelstr = "coreiwsm"; /* WSM Eagleton */
else if (model == 0x3a) cpu_64bit = 1, modelstr = "coreisbr"; /* IBR */
- else if (model == 0x3c) cpu_64bit = 1, modelstr = "coreisbr"; /* Haswell */
+ else if (model == 0x3c) cpu_64bit = 1, modelstr = "coreihwl"; /* Haswell */
else if (model == 0x36) cpu_64bit = 1, modelstr = "atom"; /* Cedarview/Saltwell */
else cpu_64bit = 1, modelstr = "corei"; /* default */
break;