2001-07-09 Mark Klein <mklein@dis.com>

* config.guess: Update MPE/iX to handle A and N class HPe3000.
This commit is contained in:
Ben Elliston 2001-07-09 00:09:43 +00:00
parent 1a0141d836
commit e2193ccc86
2 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,8 @@
2001-07-02 Graham Stott <grahams@redhat.com>
2001-07-09 Mark Klein <mklein@dis.com>
* config.guess: Update MPE/iX to handle A and N class HPe3000.
2001-07-02 Graham Stott <grahams@redhat.com>
* config.sub (basic_machine): Fix typo for mips64vr5000el.

4
config.guess vendored
View File

@ -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:*:* )