From e2193ccc86e39b5cdf06fe76f88106ad5da1cad3 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Mon, 9 Jul 2001 00:09:43 +0000 Subject: [PATCH] 2001-07-09 Mark Klein * config.guess: Update MPE/iX to handle A and N class HPe3000. --- ChangeLog | 6 +++++- config.guess | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index ca5286a..8ca436a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -2001-07-02 Graham Stott +2001-07-09 Mark Klein + + * config.guess: Update MPE/iX to handle A and N class HPe3000. + +2001-07-02 Graham Stott * config.sub (basic_machine): Fix typo for mips64vr5000el. diff --git a/config.guess b/config.guess index c339a94..953dddd 100755 --- a/config.guess +++ b/config.guess @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. -timestamp='2001-06-29' +timestamp='2001-07-09' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -639,7 +639,7 @@ EOF 9000/8??:4.3bsd:*:*) echo hppa1.0-hp-bsd exit 0 ;; - *9??*:MPE/iX:*:*) + *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) echo hppa1.0-hp-mpeix exit 0 ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* )