summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-03-27 08:25:08 +0200
committerTorbjorn Granlund <tege@gmplib.org>2012-03-27 08:25:08 +0200
commit4f648b63ebf099d1f9496016b832beab8e6a9f3d (patch)
tree3ff81c52a9ced72d332d89f0fe44fc75f2cd25eb /config.guess
parent50ce0b619a3df7e3f7970c03ec164f0a894a505f (diff)
downloadgmp-4f648b63ebf099d1f9496016b832beab8e6a9f3d.tar.gz
Fix typo in coreisbr recognition.
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 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 */