1999-04-08 Ben Elliston <bje@cygnus.com>

* config.sub: Handle MPE/iX. Synchronise with the FSF.
This commit is contained in:
Ben Elliston 1999-04-07 17:07:41 +00:00
parent 013e4fd5f7
commit 53f0e84115
2 changed files with 11 additions and 0 deletions

View File

@ -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.

7
config.sub vendored
View File

@ -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
;;