mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 19:53:32 +08:00
(-psos*): New case.
This commit is contained in:
parent
932be5efa3
commit
3038e60115
5
config.sub
vendored
5
config.sub
vendored
@ -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*)
|
||||
|
Loading…
Reference in New Issue
Block a user