diff options
author | Richard Kenner <kenner@gnu.org> | 1996-02-10 13:26:26 +0000 |
---|---|---|
committer | Richard Kenner <kenner@gnu.org> | 1996-02-10 13:26:26 +0000 |
commit | 805132d6bb98b582fd10bbd4415b3a1b361fe464 (patch) | |
tree | fdce5e5f4c8dc6c8dc3e2aed2c68a0993f72edb9 /config.sub | |
parent | 64db13070cf0a4a4d3dd1a107d07bf9bed99f02f (diff) | |
download | emacs-805132d6bb98b582fd10bbd4415b3a1b361fe464.tar.gz |
(-psos*): New case.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config.sub b/config.sub index 1145e2c9ce9..0223922fc91 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*) |