summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2008-06-19 19:20:44 +0200
committertege <tege@gmplib.org>2008-06-19 19:20:44 +0200
commitb599aac5f692e89231ec70a81558b09e6a42fc0a (patch)
tree93217125321465360c97a8c6c89646e5fd6c7414 /config.sub
parent22cb5a8a86088f7ff0f1eb89d9f24355df367a97 (diff)
downloadgmp-b599aac5f692e89231ec70a81558b09e6a42fc0a.tar.gz
Recognize pentiumm and AMD geode.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index e14784fcb..702ee2321 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] | geode | athlon | viac3*)
+pentium | pentiummmx | pentiumpro | pentium[234m] | k[56] | k6[23] | geode | athlon | viac3*)
test_cpu=i386 ;;
athlon64 | core2 | opteron)
test_cpu=x86_64 ;;