From d3dcea6f80a9ea4d4f12441229c62b6a53a03276 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 22 Jun 1997 19:11:48 +0000 Subject: [PATCH] Add mips-sony-newsos6. --- config.guess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.guess b/config.guess index c4bca5f2518..c22925bcfe5 100755 --- a/config.guess +++ b/config.guess @@ -613,6 +613,9 @@ EOF mc68*:A/UX:*:*) echo m68k-apple-aux${UNAME_RELEASE} exit 0 ;; + news*:NEWS-OS:*:6*) + echo mips-sony-newsos6 + exit 0 ;; R3000:*System_V*:*:* | R4000:UNIX_SYSV:*:*) if [ -d /usr/nec ]; then echo mips-nec-sysv${UNAME_RELEASE} -- 2.39.5