]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-04-08 Ben Elliston <bje@cygnus.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Wed, 7 Apr 1999 17:07:41 +0000 (17:07 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Wed, 7 Apr 1999 17:07:41 +0000 (17:07 +0000)
* config.sub: Handle MPE/iX. Synchronise with the FSF.

ChangeLog
config.sub

index 79b2699403675d7bb312d9e4fa3a5dcfc3c74870..0895c99f2700b895b33dd613b29fc8c9bd53d630 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-04-08  Ben Elliston  <bje@cygnus.com>
+
+       * config.sub: Handle MPE/iX.
+
 1999-04-07  Ben Elliston  <bje@cygnus.com>
 
        * config.guess: Add more CLIX machines. From Thomas Dickey.
index 9a40e69df528994f17a6e57b9906921839f0f9a4..692de9b61de591f83ce98efe846ece2ad7cb6212 100755 (executable)
@@ -352,6 +352,10 @@ case $basic_machine in
                basic_machine=hppa1.0-hp
                os=-mpeix
                ;;
+       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
@@ -948,6 +952,9 @@ case $basic_machine in
                        -mpeix*)
                                vendor=hp
                                ;;
+                       -mpeix*)
+                               vendor=hp
+                               ;;
                        -hiux*)
                                vendor=hitachi
                                ;;