summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@cygnus.com>1996-03-15 00:14:04 +0000
committerIan Lance Taylor <ian@cygnus.com>1996-03-15 00:14:04 +0000
commit2eb34717472f13e8d1500a30e13b047543350f47 (patch)
tree0a650ac65a8c5cdf15de8dea75ea5817adad5d77
parent584c3cf57136fbea4e138f6ac01bccd9699ec482 (diff)
downloademacs-2eb34717472f13e8d1500a30e13b047543350f47.tar.gz
-rwxr-xr-xconfig.guess7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index afd200a33d3..c3c4e799a6b 100755
--- a/config.guess
+++ b/config.guess
@@ -451,6 +451,13 @@ EOF
mc68*:A/UX:*:*)
echo m68k-apple-aux${UNAME_RELEASE}
exit 0 ;;
+ R3000:*System_V*:*:*)
+ if [ -d /usr/nec ]; then
+ echo mips-nec-sysv${UNAME_RELEASE}
+ else
+ echo mips-unknown-sysv${UNAME_RELEASE}
+ fi
+ exit 0 ;;
esac
#echo '(No uname command or uname output not recognized.)' 1>&2