(lynx): Recognize as vendor.

(lynxos): Recognize as OS.

From-SVN: r4952
This commit is contained in:
Jim Wilson 1993-07-21 14:00:37 -07:00
parent a2dfec996f
commit 1e79329271
1 changed files with 7 additions and 1 deletions

8
gcc/config.sub vendored
View File

@ -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
;;