From: Erich Stefan Boleyn Date: Sun, 3 Oct 1993 16:50:05 +0000 (+0000) Subject: Recognize operating system "riscix*"; recognize acorn as vendor X-Git-Tag: v1.10.2~4205 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0e8377e28a99e98496d925b34a33d1d3bfd77f2;p=platform%2Fupstream%2Fautomake.git Recognize operating system "riscix*"; recognize acorn as vendor --- 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 ;;