summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2001-07-23 14:32:31 +0200
committertege <tege@gmplib.org>2001-07-23 14:32:31 +0200
commitb91b85d650433d035c05edab855a2f61729da966 (patch)
treebf45250b7d4674d1e7032d2dd8fb5ac500e8738e /config.sub
parent33a2d092fddfc640f729a9e826af057811ef0dc9 (diff)
downloadgmp-b91b85d650433d035c05edab855a2f61729da966.tar.gz
Recognize pentium4.
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 53ae5b89a..d5a9596be 100755
--- a/config.sub
+++ b/config.sub
@@ -85,7 +85,7 @@ given_full="$given_cpu$given_rest"
# GMP extras and what to use for the config.sub test
case "$given_cpu" in
-pentium | pentiummmx | pentiumpro | pentium[23] | k[56] | k6[23] | athlon)
+pentium | pentiummmx | pentiumpro | pentium[234] | k[56] | k6[23] | athlon)
test_cpu=i386 ;;
power[12] | power2sc)
test_cpu=power ;;