From 6a98c9dfe3a0869ab8cc336e896f1a631768d7e9 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Mon, 19 Aug 2002 19:48:59 +0000 Subject: [PATCH] 2002-08-19 Ben Elliston * config.guess: Detect Super-UX on NEC SX-6. Reported by Joachim Worringen . --- ChangeLog | 5 +++++ config.guess | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) 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 ;;