From 3038e60115dc1708d7da264e990d1d6bc13465ff Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 10 Feb 1996 13:26:26 +0000 Subject: [PATCH] (-psos*): New case. --- config.sub | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.sub b/config.sub index 1145e2c..0223922 100755 --- a/config.sub +++ b/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*) -- 2.7.4