summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-03-07 19:56:58 +0100
committerTorbjorn Granlund <tege@gmplib.org>2012-03-07 19:56:58 +0100
commitdf5c14df466fbbe1eb01e224f7fe1a5eea438239 (patch)
tree6e001ef628eaabebd795704c7272f8fc7e3b514c /config.guess
parent985315bd395c5edb124c89f7f557b8a460e97b82 (diff)
downloadgmp-df5c14df466fbbe1eb01e224f7fe1a5eea438239.tar.gz
Handle AMD 11h correctly.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.guess b/config.guess
index 42878cc34..eb970cb1e 100755
--- a/config.guess
+++ b/config.guess
@@ -808,8 +808,8 @@ main ()
case 16: /* K10 */
cpu_64bit = 1, modelstr = "k10";
break;
- case 17: /* AMD Internal, assume future K10 */
- cpu_64bit = 1, modelstr = "k10";
+ case 17: /* Hybrid k8/k10, claim k8 */
+ cpu_64bit = 1, modelstr = "k8";
break;
case 18: /* Llano, uses K10 core */
cpu_64bit = 1, modelstr = "k10";