]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-01-25 Ben Elliston <bje@cygnus.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Mon, 25 Jan 1999 02:58:37 +0000 (02:58 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Mon, 25 Jan 1999 02:58:37 +0000 (02:58 +0000)
* config.sub: Synchronise with master FSF version. Add detection
for HP MPE/iX.

ChangeLog
config.sub

index a5f493bd41691b0f59e7e28d25e298248c811629..b6242f720428c1fe69743a13c85780ba39e36b56 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
        * config.guess: Synchronise with master FSF version. Add detection
        for HP MPE/iX.
 
+       * config.sub: Likewise.
+
 1999-01-23  Ben Elliston  <bje@cygnus.com>
 
        * config.guess: Catch more NILE system models. Contributed by
index da8b7ae65ca103c7224635025653da9c61002335..65129c7644cc6939e6775b58cde0381032670c5a 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
@@ -715,7 +719,7 @@ case $os in
              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
              | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
              | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -rhapsody* \
-             | -openstep*)
+             | -openstep* | -mpeix*)
        # Remember, each alternative MUST END IN *, to match a version number.
                ;;
        -linux*)
@@ -921,6 +925,9 @@ case $basic_machine in
                        -hpux*)
                                vendor=hp
                                ;;
+                       -mpeix*)
+                               vendor=hp
+                               ;;
                        -hiux*)
                                vendor=hitachi
                                ;;