From: Richard M. Stallman Date: Sun, 19 Jul 1998 22:11:47 +0000 (+0000) Subject: (R4000:UNIX_SV:*:*): Recognize this for Mips machines. X-Git-Tag: emacs-20.3~293 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eee03ff8abc24f70cb8e9c480ceed1bd0feee238;p=emacs.git (R4000:UNIX_SV:*:*): Recognize this for Mips machines. --- 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