From 53f0e84115ace0e90956ee973915d4ce3edd9961 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Wed, 7 Apr 1999 17:07:41 +0000 Subject: [PATCH] 1999-04-08 Ben Elliston * config.sub: Handle MPE/iX. Synchronise with the FSF. --- ChangeLog | 4 ++++ config.sub | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 79b26994..0895c99f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-04-08 Ben Elliston + + * config.sub: Handle MPE/iX. + 1999-04-07 Ben Elliston * config.guess: Add more CLIX machines. From Thomas Dickey. diff --git a/config.sub b/config.sub index 9a40e69d..692de9b6 100755 --- a/config.sub +++ b/config.sub @@ -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 ;;