2001-01-17 Ben Elliston <bje@redhat.com>

* config.guess: Detect HI-UX on Hitachi SR8000 machines. It has
	been difficult to discover what type of CPU is in this machine,
	so we'll punt on hppa1.1 for now.
This commit is contained in:
Ben Elliston 2001-01-17 11:13:26 +00:00
parent 953ac0ad98
commit 6b43d3765f
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2001-01-17 Ben Elliston <bje@redhat.com>
* config.guess: Detect HI-UX on Hitachi SR8000 machines. It has
been difficult to discover what type of CPU is in this machine,
so we'll punt on hppa1.1 for now.
2001-01-14 Pavel Roskin <proski@gnu.org>
* config.guess: Don't use $version in the error message. Use

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-01-14'
timestamp='2001-01-17'
# 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
@ -276,7 +276,7 @@ EOF
arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
echo arm-acorn-riscix${UNAME_RELEASE}
exit 0;;
SR2?01:HI-UX/MPP:*:*)
SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
echo hppa1.1-hitachi-hiuxmpp
exit 0;;
Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*)