summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-02-11 13:43:04 +0100
committertege <tege@gmplib.org>2000-02-11 13:43:04 +0100
commit4249611f57d534c9b1ffa7a496e197e951fbb0cf (patch)
treec1374d51314b3b62e9b83368a005b1dde5086bef /config.sub
parent5c242e1a78bd0cd1e1b99ddf21fb5210e2bfcb03 (diff)
downloadgmp-4249611f57d534c9b1ffa7a496e197e951fbb0cf.tar.gz
Adopt to new config.guess sparc naming conventions.
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 3aa00bd00..d4cd5d127 100755
--- a/config.sub
+++ b/config.sub
@@ -160,7 +160,7 @@ case $basic_machine in
| sparc | sparclet | sparclite | sparc64 | v850)
basic_machine=$basic_machine-unknown
;;
- sparc[89] | supersparc | microsparc | ultrasparc)
+ sparcv[89] | supersparc | microsparc | ultrasparc)
basic_machine=$basic_machine-unknown
;;
# We use `pc' rather than `unknown'
@@ -188,7 +188,7 @@ case $basic_machine in
| mipstx39-* | mipstx39el-* \
| f301-* | k6-* | k6[23]-* | athlon-*)
;;
- sparc[89]-* | supersparc-* | microsparc-* | ultrasparc-*)
+ sparcv[89]-* | supersparc-* | microsparc-* | ultrasparc-*)
;;
# Recognize the various machine names and aliases which stand
# for a CPU type and a company and sometimes even an OS.