summaryrefslogtreecommitdiff
path: root/config.sub
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
commitc9bd8754f1893dcbe551507ad401709ab3eacd44 (patch)
treedcb5e5f9cee1510e5d4cf720c1e6f4c9301251cf /config.sub
parent5276fc986d3a0856b41bf878e31b54605b1d22d2 (diff)
downloadautomake-c9bd8754f1893dcbe551507ad401709ab3eacd44.tar.gz
(-psos*): New case.
Diffstat (limited to 'config.sub')
-rw-r--r--config.sub5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index 1145e2c9c..0223922fc 100644
--- 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*)