summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gnu.org>1996-02-10 13:26:26 +0000
committerRichard Kenner <kenner@gnu.org>1996-02-10 13:26:26 +0000
commit3038e60115dc1708d7da264e990d1d6bc13465ff (patch)
tree6f8ef60b8920e2376b46b5efc6b335d4dd76be0f
parent932be5efa31cebeb7d09d5786357cb878c4763e4 (diff)
(-psos*): New case.
-rwxr-xr-xconfig.sub5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index 1145e2c9ce..0223922fc9 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*)