aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErich Stefan Boleyn1993-10-03 16:50:05 +0000
committerErich Stefan Boleyn1993-10-03 16:50:05 +0000
commit77ba1f303acb856b3720073cba7e38001cc4f787 (patch)
tree62f30ff01b7a477c848010058b1e17abca94627b
parent8e1f920c03d90ec4fe0d7dfe2ab4a9ce9a49d58e (diff)
downloademacs-77ba1f303acb856b3720073cba7e38001cc4f787.tar.gz
emacs-77ba1f303acb856b3720073cba7e38001cc4f787.zip
Recognize operating system "riscix*"; recognize acorn as vendor
-rwxr-xr-xconfig.sub8
1 files changed, 7 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index db61b9db0e8..90689dceaaf 100755
--- a/config.sub
+++ b/config.sub
@@ -518,7 +518,7 @@ case $os in
518 | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \ 518 | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
519 | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \ 519 | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
520 | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ 520 | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
521 | -386bsd* | -netbsd* | -lynxos*) 521 | -386bsd* | -netbsd* | -riscix* | -lynxos*)
522 ;; 522 ;;
523 -sunos5*) 523 -sunos5*)
524 os=`echo $os | sed -e 's|sunos5|solaris2|'` 524 os=`echo $os | sed -e 's|sunos5|solaris2|'`
@@ -587,6 +587,9 @@ else
587# system, and we'll never get to this point. 587# system, and we'll never get to this point.
588 588
589case $basic_machine in 589case $basic_machine in
590 *-acorn)
591 os=-riscix1.2
592 ;;
590 *-dec | vax-*) 593 *-dec | vax-*)
591 os=-ultrix4.2 594 os=-ultrix4.2
592 ;; 595 ;;
@@ -671,6 +674,9 @@ vendor=unknown
671case $basic_machine in 674case $basic_machine in
672 *-unknown) 675 *-unknown)
673 case $os in 676 case $os in
677 -riscix*)
678 vendor=acorn
679 ;;
674 -sunos*) 680 -sunos*)
675 vendor=sun 681 vendor=sun
676 ;; 682 ;;