Handle MPE version of HP/UX.

This commit is contained in:
ian 1998-12-09 01:08:50 +00:00
parent 70abed7bc2
commit 23f83ac8c4

9
config.sub vendored
View File

@ -345,6 +345,10 @@ case $basic_machine in
hppa-next)
os=-nextstep3
;;
hp3k9[0-9][0-9] | hp9[0-9][0-9])
basic_machine=hppa1.0-hp
os=-mpeix
;;
i370-ibm* | ibm*)
basic_machine=i370-ibm
os=-mvs
@ -714,7 +718,7 @@ case $os in
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
| -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
| -mingw32* | -linux-gnu* | -uxpv* | -beos*)
| -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-linux*)
@ -920,6 +924,9 @@ case $basic_machine in
-hpux*)
vendor=hp
;;
-mpeix*)
vendor=hp
;;
-hiux*)
vendor=hitachi
;;