summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-01-31 13:42:41 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-01-31 13:42:41 +0100
commit5d75e0bf086627d1326fd4e8b2157fea59d9415b (patch)
tree850a8be9c98dd4746ed6721fc3a7f1eaec80a590 /config.guess
parent30399bfffed51608942e5536b2d189a6b279c23f (diff)
downloadgmp-5d75e0bf086627d1326fd4e8b2157fea59d9415b.tar.gz
Recognise new Intel processors.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index 848371eed..145ed90a4 100755
--- a/config.guess
+++ b/config.guess
@@ -763,8 +763,11 @@ main ()
else if (model == 0x25) cpu_64bit = 1, modelstr = "corei"; /* WSM Clarkdale/Arrandale */
else if (model == 0x26) cpu_64bit = 1, modelstr = "atom"; /* Lincroft */
else if (model == 0x27) cpu_64bit = 1, modelstr = "atom"; /* Saltwell */
+ else if (model == 0x2a) cpu_64bit = 1, modelstr = "corei"; /* SB */
else if (model == 0x2c) cpu_64bit = 1, modelstr = "corei"; /* WSM Gulftown */
+ else if (model == 0x2d) cpu_64bit = 1, modelstr = "corei"; /* SBC-EP */
else if (model == 0x2e) cpu_64bit = 1, modelstr = "corei"; /* NHM Beckton */
+ else if (model == 0x2f) cpu_64bit = 1, modelstr = "corei"; /* WSM Eagleton */
else cpu_64bit = 1, modelstr = "corei"; /* default */
break;
case 15: