summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-07-19 22:11:47 +0000
committerRichard M. Stallman <rms@gnu.org>1998-07-19 22:11:47 +0000
commiteee03ff8abc24f70cb8e9c480ceed1bd0feee238 (patch)
treee9bedae7c274146c8c12911bd653be1fa2781d03 /config.guess
parent05b0d6922802332f8cf069006c2a80fcbbffeea0 (diff)
downloademacs-eee03ff8abc24f70cb8e9c480ceed1bd0feee238.tar.gz
(R4000:UNIX_SV:*:*): Recognize this for Mips machines.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess2
1 files changed, 1 insertions, 1 deletions
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