From b0e8377e28a99e98496d925b34a33d1d3bfd77f2 Mon Sep 17 00:00:00 2001 From: Erich Stefan Boleyn Date: Sun, 3 Oct 1993 16:50:05 +0000 Subject: [PATCH] Recognize operating system "riscix*"; recognize acorn as vendor --- config.sub | 8 +++++++- lib/config.sub | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/config.sub b/config.sub index db61b9d..90689dc 100644 --- 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 ;; diff --git a/lib/config.sub b/lib/config.sub index db61b9d..90689dc 100644 --- a/lib/config.sub +++ b/lib/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 ;; -- 2.7.4