Mercurial > emacs
changeset 4806:d48a4664d92a
Recognize operating system "riscix*"; recognize acorn as vendor
author | Erich Stefan Boleyn <erich@uruk.org> |
---|---|
date | Sun, 03 Oct 1993 16:50:05 +0000 |
parents | 6d9ebfc05a1f |
children | bc7a85d7ee27 |
files | config.sub |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/config.sub Fri Oct 01 22:40:49 1993 +0000 +++ b/config.sub Sun Oct 03 16:50:05 1993 +0000 @@ -518,7 +518,7 @@ | -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 @@ # 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 @@ case $basic_machine in *-unknown) case $os in + -riscix*) + vendor=acorn + ;; -sunos*) vendor=sun ;;