]> code.delx.au - gnu-emacs/commitdiff
(R4000:UNIX_SV:*:*): Recognize this for Mips machines.
authorRichard M. Stallman <rms@gnu.org>
Sun, 19 Jul 1998 22:11:47 +0000 (22:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 19 Jul 1998 22:11:47 +0000 (22:11 +0000)
config.guess

index 9b6b0c6f66e3ce2128771a8d01332bca34b873d1..e31f37dcbdf363024bfcfb09339df2b6cabc1ad6 100755 (executable)
@@ -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