From: Richard Kenner Date: Sat, 10 Feb 1996 13:26:26 +0000 (-0500) Subject: (-psos*): New case. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=528a75669f8a01e237a86851ea733af0053f327f;p=gcc.git (-psos*): New case. From-SVN: r11194 --- diff --git a/gcc/config.sub b/gcc/config.sub index 1145e2c9ce9..0223922fc91 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -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*)