[Gmp-commit] /var/hg/gmp-5.0: Fix typo in coreisbr recognition.
mercurial at gmplib.org
mercurial at gmplib.org
Tue Mar 27 08:25:14 CEST 2012
details: /var/hg/gmp-5.0/rev/4088e04c9e84
changeset: 13573:4088e04c9e84
user: Torbjorn Granlund <tege at gmplib.org>
date: Tue Mar 27 08:23:50 2012 +0200
description:
Fix typo in coreisbr recognition.
diffstat:
ChangeLog | 4 ++++
config.guess | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 244cd8619153 -r 4088e04c9e84 ChangeLog
--- a/ChangeLog Wed Mar 07 19:56:30 2012 +0100
+++ b/ChangeLog Tue Mar 27 08:23:50 2012 +0200
@@ -1,3 +1,7 @@
+2012-03-27 Torbjorn Granlund <tege at gmplib.org>
+
+ * config.guess: Fix typo in coreisbr recognition.
+
2012-03-07 Torbjorn Granlund <tege at gmplib.org>
* config.guess: Handle AMD 11h correctly.
diff -r 244cd8619153 -r 4088e04c9e84 config.guess
--- a/config.guess Wed Mar 07 19:56:30 2012 +0100
+++ b/config.guess Tue Mar 27 08:23:50 2012 +0200
@@ -777,7 +777,7 @@
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 */
More information about the gmp-commit
mailing list