summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2003-05-22 00:04:56 +0200
committertege <tege@gmplib.org>2003-05-22 00:04:56 +0200
commit47d8a32be6d8a8930ef09cb835ddaee7607607f4 (patch)
treecd7c9eb7e1f31a38ecb8450b78581ec48580e682 /config.sub
parente68a16e5f3fe64983df6101f1fc5eeeb3061af03 (diff)
downloadgmp-47d8a32be6d8a8930ef09cb835ddaee7607607f4.tar.gz
Recognize viac3* processors.
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 90f06c635..6150d7bee 100755
--- a/config.sub
+++ b/config.sub
@@ -87,7 +87,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)
+pentium | pentiummmx | pentiumpro | pentium[234] | k[56] | k6[23] | athlon | viac3*)
test_cpu=i386 ;;
power[12] | power2sc)
test_cpu=power ;;