summaryrefslogtreecommitdiff
path: root/configfsf.sub
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-11-18 01:36:13 +0100
committerKevin Ryde <user42@zip.com.au>2000-11-18 01:36:13 +0100
commit3c5a84fde9fccdd6b2f7b810c6a62a1323260d18 (patch)
tree15e32dd51bc11d964744b70209a3c226954795b4 /configfsf.sub
parentd6d9be9b1a1c9e54e38ace80e4fdf6530596459a (diff)
downloadgmp-3c5a84fde9fccdd6b2f7b810c6a62a1323260d18.tar.gz
* configfsf.guess, configfsf.sub: Update to 2000-11-16.
Diffstat (limited to 'configfsf.sub')
-rwxr-xr-xconfigfsf.sub12
1 files changed, 6 insertions, 6 deletions
diff --git a/configfsf.sub b/configfsf.sub
index 44089bab3..3cccc5acd 100755
--- a/configfsf.sub
+++ b/configfsf.sub
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
# Free Software Foundation, Inc.
-version='2000-10-25'
+version='2000-11-15'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@@ -105,7 +105,7 @@ esac
# Here we must recognize all the valid KERNEL-OS combinations.
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
case $maybe_os in
- nto-qnx* | linux-gnu*)
+ nto-qnx* | linux-gnu* | storm-chaos*)
os=-$maybe_os
basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
;;
@@ -686,7 +686,7 @@ case $basic_machine in
basic_machine=i686-pc
;;
pentiumii | pentium2)
- basic_machine=i786-pc
+ basic_machine=i686-pc
;;
pentium-* | p5-* | k5-* | k6-* | nexgen-*)
basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
@@ -695,12 +695,12 @@ case $basic_machine in
basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
;;
pentiumii-* | pentium2-*)
- basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
+ basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
;;
pn)
basic_machine=pn-gould
;;
- power) basic_machine=rs6000-ibm
+ power) basic_machine=power-ibm
;;
ppc) basic_machine=powerpc-unknown
;;
@@ -995,7 +995,7 @@ case $os in
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
| -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
| -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \
- | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux*)
+ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* | -storm-chaos*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-qnx*)