]> code.delx.au - gnu-emacs/commitdiff
Handle MPE version of HP/UX.
authorIan Lance Taylor <ian@cygnus.com>
Wed, 9 Dec 1998 01:08:50 +0000 (01:08 +0000)
committerIan Lance Taylor <ian@cygnus.com>
Wed, 9 Dec 1998 01:08:50 +0000 (01:08 +0000)
config.sub

index f79116645876191c21f215aca8e6c5d027992ad3..7dfab46e5b808e82fe89d1b97eff5a1bdbdb4dfa 100755 (executable)
@@ -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
                                ;;