aboutsummaryrefslogtreecommitdiffstats
path: root/config.sub
diff options
context:
space:
mode:
authorErich Stefan Boleyn <[email protected]>1993-10-03 16:50:05 +0000
committerErich Stefan Boleyn <[email protected]>1993-10-03 16:50:05 +0000
commit77ba1f303acb856b3720073cba7e38001cc4f787 (patch)
tree62f30ff01b7a477c848010058b1e17abca94627b /config.sub
parent8e1f920c03d90ec4fe0d7dfe2ab4a9ce9a49d58e (diff)
Recognize operating system "riscix*"; recognize acorn as vendor
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub8
1 files changed, 7 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index db61b9db0e..90689dceaa 100755
--- a/config.sub
+++ b/config.sub
@@ -518,7 +518,7 @@ case $os in
| -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
| -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
| -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
- | -386bsd* | -netbsd* | -lynxos*)
+ | -386bsd* | -netbsd* | -riscix* | -lynxos*)
;;
-sunos5*)
os=`echo $os | sed -e 's|sunos5|solaris2|'`
@@ -587,6 +587,9 @@ else
# system, and we'll never get to this point.
case $basic_machine in
+ *-acorn)
+ os=-riscix1.2
+ ;;
*-dec | vax-*)
os=-ultrix4.2
;;
@@ -671,6 +674,9 @@ vendor=unknown
case $basic_machine in
*-unknown)
case $os in
+ -riscix*)
+ vendor=acorn
+ ;;
-sunos*)
vendor=sun
;;