mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-30 11:06:36 +12:00
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:
parent
17b9be55dd
commit
6a98c9dfe3
@ -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>
|
2002-08-16 Eric Christopher <echristo@redhat.com>
|
||||||
|
|
||||||
* config.sub (mipsisa64sr71k*, mips64vr*): Add.
|
* config.sub (mipsisa64sr71k*, mips64vr*): Add.
|
||||||
|
5
config.guess
vendored
5
config.guess
vendored
@ -3,7 +3,7 @@
|
|||||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||||
# 2000, 2001, 2002 Free Software Foundation, Inc.
|
# 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
|
# 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
|
# under the terms of the GNU General Public License as published by
|
||||||
@ -1082,6 +1082,9 @@ EOF
|
|||||||
SX-5:SUPER-UX:*:*)
|
SX-5:SUPER-UX:*:*)
|
||||||
echo sx5-nec-superux${UNAME_RELEASE}
|
echo sx5-nec-superux${UNAME_RELEASE}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
SX-6:SUPER-UX:*:*)
|
||||||
|
echo sx6-nec-superux${UNAME_RELEASE}
|
||||||
|
exit 0 ;;
|
||||||
Power*:Rhapsody:*:*)
|
Power*:Rhapsody:*:*)
|
||||||
echo powerpc-apple-rhapsody${UNAME_RELEASE}
|
echo powerpc-apple-rhapsody${UNAME_RELEASE}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user