summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authortege <tege@gmplib.org>1999-10-29 17:08:02 +0200
committertege <tege@gmplib.org>1999-10-29 17:08:02 +0200
commit43b6758049edab2a7f93d3b44b0294ea7ff239a0 (patch)
treea5582b34a0ab0659a5967d84e9670af28e732947 /config.sub
parentdc575b4a257edfc6573ca735ef4c13caa2901409 (diff)
downloadgmp-43b6758049edab2a7f93d3b44b0294ea7ff239a0.tar.gz
Handle k5 and k6.
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 c86c1e662..a6819a909 100755
--- a/config.sub
+++ b/config.sub
@@ -166,7 +166,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[3456]86)
+ i[3456]86 | k5 | k6)
basic_machine=$basic_machine-pc
;;
# Object if more than one company name word.
@@ -186,7 +186,7 @@ case $basic_machine in
| sparc64-* | mips64-* | mipsel-* \
| mips64el-* | mips64orion-* | mips64orionel-* \
| mipstx39-* | mipstx39el-* \
- | f301-*)
+ | f301-* | k6-*)
;;
sparc[89]-* | supersparc-* | microsparc-* | ultrasparc-*) # TMG LOCAL tege
;;