From 9bd760241f4dfc1dea4c2570538acedda7682f3a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 19 Jul 1998 22:11:47 +0000 Subject: [PATCH] (R4000:UNIX_SV:*:*): Recognize this for Mips machines. --- config.guess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.guess b/config.guess index 9b6b0c6f66e..e31f37dcbdf 100755 --- a/config.guess +++ b/config.guess @@ -748,7 +748,7 @@ EOF news*:NEWS-OS:*:6*) echo mips-sony-newsos6 exit 0 ;; - R3000:*System_V*:*:* | R4000:UNIX_SYSV:*:*) + R3000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R4000:UNIX_SV:*:*) if [ -d /usr/nec ]; then echo mips-nec-sysv${UNAME_RELEASE} else -- 2.11.4.GIT