From 6d93f5cfd3fd4f365fff0c3f8f05ffe921207187 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sat, 22 May 1999 12:37:18 +0000 Subject: [PATCH] 1999-05-22 Ben Elliston * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake . --- config.guess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.guess b/config.guess index ff7803f..b6c264a 100755 --- a/config.guess +++ b/config.guess @@ -915,7 +915,7 @@ EOF news*:NEWS-OS:*:6*) echo mips-sony-newsos6 exit 0 ;; - R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R4000:UNIX_SV:*:*) + R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then echo mips-nec-sysv${UNAME_RELEASE} else