From ffe3e83d5256cb7e3bead151fa2a8683d6f9e31c Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Mon, 25 Jan 1999 02:12:19 +0000 Subject: [PATCH] 1999-01-25 Ben Elliston * config.guess: Synchronise with master FSF version. Add detection for HP MPE/iX. --- ChangeLog | 5 +++++ config.guess | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4b86a8c4..a5f493bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-01-25 Ben Elliston + + * config.guess: Synchronise with master FSF version. Add detection + for HP MPE/iX. + 1999-01-23 Ben Elliston * config.guess: Catch more NILE system models. Contributed by diff --git a/config.guess b/config.guess index 329821f4..d73c7946 100755 --- a/config.guess +++ b/config.guess @@ -444,6 +444,9 @@ EOF 9000/8??:4.3bsd:*:*) echo hppa1.0-hp-bsd exit 0 ;; + *9??*:MPE*:*:*) + echo hppa1.0-hp-mpeix + exit 0 ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) echo hppa1.1-hp-osf exit 0 ;; -- 2.47.2