(-psos*): New case.

From-SVN: r11194
This commit is contained in:
Richard Kenner 1996-02-10 08:26:26 -05:00
parent 155d77239f
commit 528a75669f

5
gcc/config.sub vendored
View File

@ -127,6 +127,9 @@ case $os in
-windowsnt*)
os=`echo $os | sed -e 's/windowsnt/winnt/'`
;;
-psos*)
os=-psos
;;
esac
# Decode aliases for certain CPU-COMPANY combinations.
@ -654,7 +657,7 @@ case $os in
| -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
| -cygwin32* | -pe*)
| -cygwin32* | -pe* -psos*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-sunos5*)