summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xconfig.guess2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 58c2ecbb0..c26e11eaf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-27 Torbjorn Granlund <tege@gmplib.org>
+
+ * config.guess: Fix typo in coreisbr recognition.
+
2012-03-26 Marco Bodrato <bodrato@mail.dm.unipi.it>
* mpn/x86_64/gcd_1.asm: Reduce latency.
diff --git a/config.guess b/config.guess
index eb970cb1e..d6e9acde3 100755
--- a/config.guess
+++ b/config.guess
@@ -777,7 +777,7 @@ main ()
else if (model == 0x27) cpu_64bit = 1, modelstr = "atom"; /* Saltwell */
else if (model == 0x2a) cpu_64bit = 1, modelstr = "coreisbr"; /* SB */
else if (model == 0x2c) cpu_64bit = 1, modelstr = "coreiwsm"; /* WSM Gulftown */
- else if (model == 0x2d) cpu_64bit = 1, modelstr = "coreisrb"; /* SBC-EP */
+ else if (model == 0x2d) cpu_64bit = 1, modelstr = "coreisbr"; /* SBC-EP */
else if (model == 0x2e) cpu_64bit = 1, modelstr = "coreinhm"; /* NHM Beckton */
else if (model == 0x2f) cpu_64bit = 1, modelstr = "coreiwsm"; /* WSM Eagleton */
else cpu_64bit = 1, modelstr = "corei"; /* default */