2002-08-19 Ben Elliston <bje@redhat.com>

* config.guess: Detect Super-UX on NEC SX-6.
	Reported by Joachim Worringen <joachim@ccrl-nece.de>.
This commit is contained in:
Ben Elliston 2002-08-19 19:48:59 +00:00
parent 17b9be55dd
commit 6a98c9dfe3
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-08-19 Ben Elliston <bje@redhat.com>
* config.guess: Detect Super-UX on NEC SX-6.
Reported by Joachim Worringen <joachim@ccrl-nece.de>.
2002-08-16 Eric Christopher <echristo@redhat.com>
* config.sub (mipsisa64sr71k*, mips64vr*): Add.

5
config.guess vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002 Free Software Foundation, Inc.
timestamp='2002-07-23'
timestamp='2002-08-19'
# 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
@ -1082,6 +1082,9 @@ EOF
SX-5:SUPER-UX:*:*)
echo sx5-nec-superux${UNAME_RELEASE}
exit 0 ;;
SX-6:SUPER-UX:*:*)
echo sx6-nec-superux${UNAME_RELEASE}
exit 0 ;;
Power*:Rhapsody:*:*)
echo powerpc-apple-rhapsody${UNAME_RELEASE}
exit 0 ;;