summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-22 19:11:48 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-22 19:11:48 +0000
commit15a3a072cfe3482fade8d7d0e3187c1a6f261ab5 (patch)
tree9f83cd0de8a6cbe220f2764eab2400adb51c3c9c
parent57c038534a6605784ce291ab1f2ed5d01ddf0536 (diff)
downloademacs-15a3a072cfe3482fade8d7d0e3187c1a6f261ab5.tar.gz
Add mips-sony-newsos6.
-rwxr-xr-xconfig.guess3
1 files changed, 3 insertions, 0 deletions
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}