diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1993-07-21 14:00:37 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1993-07-21 14:00:37 -0700 |
commit | 1e7932927154f81c5899e86fe0ccf0e3e3e18f78 (patch) | |
tree | d39cdd6f91c1d8cbfcc8a2493fe64757d3888b01 /gcc/config.sub | |
parent | a2dfec996fc99f0b41698beefadef6a45bfae977 (diff) | |
download | gcc-1e7932927154f81c5899e86fe0ccf0e3e3e18f78.zip gcc-1e7932927154f81c5899e86fe0ccf0e3e3e18f78.tar.gz gcc-1e7932927154f81c5899e86fe0ccf0e3e3e18f78.tar.bz2 |
(lynx): Recognize as vendor.
(lynxos): Recognize as OS.
From-SVN: r4952
Diffstat (limited to 'gcc/config.sub')
-rwxr-xr-x | gcc/config.sub | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gcc/config.sub b/gcc/config.sub index b79ce98..0e6efcf 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -97,6 +97,9 @@ case $os in -isc*) basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'` ;; + -lynx) + os=-lynxos + ;; esac # Decode aliases for certain CPU-COMPANY combinations. @@ -515,7 +518,7 @@ case $os in | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \ | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \ | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -386bsd*) + | -386bsd* | -lynxos*) ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'` @@ -671,6 +674,9 @@ case $basic_machine in -sunos*) vendor=sun ;; + -lynxos*) + vendor=lynx + ;; -aix*) vendor=ibm ;; |