diff options
| -rwxr-xr-x | config.guess | 2 |
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 | |||
| 748 | news*:NEWS-OS:*:6*) | 748 | news*:NEWS-OS:*:6*) |
| 749 | echo mips-sony-newsos6 | 749 | echo mips-sony-newsos6 |
| 750 | exit 0 ;; | 750 | exit 0 ;; |
| 751 | R3000:*System_V*:*:* | R4000:UNIX_SYSV:*:*) | 751 | R3000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R4000:UNIX_SV:*:*) |
| 752 | if [ -d /usr/nec ]; then | 752 | if [ -d /usr/nec ]; then |
| 753 | echo mips-nec-sysv${UNAME_RELEASE} | 753 | echo mips-nec-sysv${UNAME_RELEASE} |
| 754 | else | 754 | else |