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 | 3038e60115dc1708d7da264e990d1d6bc13465ff (patch) | |
tree | 6f8ef60b8920e2376b46b5efc6b335d4dd76be0f | |
parent | 932be5efa31cebeb7d09d5786357cb878c4763e4 (diff) | |
download | glibc-3038e60115dc1708d7da264e990d1d6bc13465ff.tar.gz glibc-3038e60115dc1708d7da264e990d1d6bc13465ff.tar.xz glibc-3038e60115dc1708d7da264e990d1d6bc13465ff.zip |
(-psos*): New case.
-rwxr-xr-x | config.sub | 5 |
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*) |