summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@cygnus.com>1998-12-09 01:08:50 +0000
committerIan Lance Taylor <ian@cygnus.com>1998-12-09 01:08:50 +0000
commit65cb17d5903bba5af1b4a232e7420a1535d2347d (patch)
treeb670be1a7790600ce169c6b12ca9194564bcb95d /config.sub
parent1e58d7cc98f94cf4fc3a56d062c8bc8b1e9acbe7 (diff)
downloademacs-65cb17d5903bba5af1b4a232e7420a1535d2347d.tar.gz
Handle MPE version of HP/UX.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub9
1 files changed, 8 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index f7911664587..7dfab46e5b8 100755
--- a/config.sub
+++ b/config.sub
@@ -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
;;