diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-07-19 22:11:47 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-07-19 22:11:47 +0000 |
commit | 9bd760241f4dfc1dea4c2570538acedda7682f3a (patch) | |
tree | 747b72f7277059a1badd17c35bb9fe6757604e4f | |
parent | cd76d8656866cded8b173a4ca5af7bf7b797ed83 (diff) | |
download | emacs-9bd760241f4dfc1dea4c2570538acedda7682f3a.tar.gz |
(R4000:UNIX_SV:*:*): Recognize this for Mips machines.libc-980720
-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 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 |