summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2010-02-25 21:25:53 +0100
committerTorbjorn Granlund <tege@gmplib.org>2010-02-25 21:25:53 +0100
commit4049f99a80c147f7d6bf03e006c83107c93f317a (patch)
treeb0029a547689bd9337dbb73fee310ffc1c1f1adb /config.guess
parent16f9251e79c4040c7f9b05264b4cbd3637890f2b (diff)
downloadgmp-4049f99a80c147f7d6bf03e006c83107c93f317a.tar.gz
Make "corei" default for unrecognised Intel P6 CPUs.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index 10e94a481..c27635522 100755
--- a/config.guess
+++ b/config.guess
@@ -744,6 +744,7 @@ main ()
else if (model == 0x27) modelstr = "atom"; /* Saltwell */
else if (model == 0x2c) modelstr = "corei"; /* WSM Gulftown */
else if (model == 0x2e) modelstr = "corei"; /* NHM Beckton */
+ else modelstr = "corei"; /* default */
break;
case 15:
modelstr = "pentium4";