aboutsummaryrefslogtreecommitdiffstats
path: root/config.guess
diff options
context:
space:
mode:
authorBen Elliston <[email protected]>1999-05-22 12:37:18 +0000
committerBen Elliston <[email protected]>1999-05-22 12:37:18 +0000
commit20606274270ed6a3e3b0744b97905e0f6640a760 (patch)
tree7d0f5c2b7d6a907ca9fbce6a746e7cc387e9a7f6 /config.guess
parentc04006ac1bebeb6360846aadbabbac55bf1cd703 (diff)
1999-05-22 Ben Elliston <[email protected]>
* config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake <[email protected]>.
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 ff7803f962..b6c264af12 100755
--- a/config.guess
+++ b/config.guess
@@ -915,7 +915,7 @@ EOF
news*:NEWS-OS:*:6*)
echo mips-sony-newsos6
exit 0 ;;
- R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R4000:UNIX_SV:*:*)
+ R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
if [ -d /usr/nec ]; then
echo mips-nec-sysv${UNAME_RELEASE}
else