summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-06-17 18:45:44 +0200
committertege <tege@gmplib.org>2000-06-17 18:45:44 +0200
commit5bb1d8d738a393ff60bc470843729134b9ca14e1 (patch)
tree51785187637ec1edf2fc0cf8c00343e0a15a5a7c /config.sub
parent8a5cf52d5f490c5a29fe8b18aed02cc836d0bd63 (diff)
downloadgmp-5bb1d8d738a393ff60bc470843729134b9ca14e1.tar.gz
Recognize k5 and k6 with common pattern.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.sub b/config.sub
index 11e0976e4..c4123f28f 100755
--- a/config.sub
+++ b/config.sub
@@ -194,7 +194,7 @@ case $basic_machine in
# We use `pc' rather than `unknown'
# because (1) that's what they normally are, and
# (2) the word "unknown" tends to confuse beginning users.
- i[34567]86 | pentium[23] | k5 | k6 | k6[23] | athlon)
+ i[34567]86 | pentium[23] | k[56] | k6[23] | athlon)
basic_machine=$basic_machine-pc
;;
# Object if more than one company name word.
@@ -221,7 +221,7 @@ case $basic_machine in
| mipstx39-* | mipstx39el-* | mcore-* \
| f301-* | armv*-* | s390-* | sv1-* | t3e-* \
| m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \
- | k6-* | k6[23]-* | athlon-* | powerpc64-* \
+ | k[56]-* | k6[23]-* | athlon-* | powerpc64-* \
| sparcv8-* | supersparc-* | microsparc-* | ultrasparc-* \
| thumb-* | v850-* | d30v-* | tic30-* | c30-* | fr30-* )
;;