summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfig.guess1
-rwxr-xr-xconfig.sub2
2 files changed, 2 insertions, 1 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";
diff --git a/config.sub b/config.sub
index 8439bf473..e14784fcb 100755
--- a/config.sub
+++ b/config.sub
@@ -89,7 +89,7 @@ given_full="$given_cpu$given_rest"
case "$given_cpu" in
itanium | itanium2)
test_cpu=ia64 ;;
-pentium | pentiummmx | pentiumpro | pentium[234] | k[56] | k6[23] | athlon | viac3*)
+pentium | pentiummmx | pentiumpro | pentium[234] | k[56] | k6[23] | geode | athlon | viac3*)
test_cpu=i386 ;;
athlon64 | core2 | opteron)
test_cpu=x86_64 ;;