summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2008-02-27 14:40:29 +0100
committertege <tege@gmplib.org>2008-02-27 14:40:29 +0100
commit4163b40d0b02e4d29a7a7a008756116c2829f8fd (patch)
tree531bfa4e43b1939f2bb4b5605ad6ebc89d711250 /config.guess
parenta2a46730c9cc01e9da7709368210e7898538b2c4 (diff)
downloadgmp-4163b40d0b02e4d29a7a7a008756116c2829f8fd.tar.gz
Recog geode.
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 ddea92495..69f9398df 100755
--- a/config.guess
+++ b/config.guess
@@ -737,6 +737,7 @@ main ()
else if (model <= 7) modelstr = "k6";
else if (model <= 8) modelstr = "k62";
else if (model <= 9) modelstr = "k63";
+ else modelstr = "geode";
break;
case 6:
modelstr = "athlon";