aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.sub
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-02-10 08:26:26 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1996-02-10 08:26:26 -0500
commit528a75669f8a01e237a86851ea733af0053f327f (patch)
treeff2c4b713705ef48b5f90bf5728cf587e4326018 /gcc/config.sub
parent155d77239f65de05cfbb5dfb17fe26985f0b14c0 (diff)
downloadgcc-528a75669f8a01e237a86851ea733af0053f327f.zip
gcc-528a75669f8a01e237a86851ea733af0053f327f.tar.gz
gcc-528a75669f8a01e237a86851ea733af0053f327f.tar.bz2
(-psos*): New case.
From-SVN: r11194
Diffstat (limited to 'gcc/config.sub')
-rwxr-xr-xgcc/config.sub5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config.sub b/gcc/config.sub
index 1145e2c..0223922 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*)