diff --git a/ChangeLog b/ChangeLog index 69a504f..0deb137 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-08-19 Ben Elliston + + * config.guess: Detect Super-UX on NEC SX-6. + Reported by Joachim Worringen . + 2002-08-16 Eric Christopher * config.sub (mipsisa64sr71k*, mips64vr*): Add. diff --git a/config.guess b/config.guess index fd30ab0..0cd6c1a 100755 --- a/config.guess +++ b/config.guess @@ -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 ;;