diff options
| author | Richard M. Stallman | 1998-07-19 22:11:47 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-07-19 22:11:47 +0000 |
| commit | eee03ff8abc24f70cb8e9c480ceed1bd0feee238 (patch) | |
| tree | e9bedae7c274146c8c12911bd653be1fa2781d03 | |
| parent | 05b0d6922802332f8cf069006c2a80fcbbffeea0 (diff) | |
| download | emacs-eee03ff8abc24f70cb8e9c480ceed1bd0feee238.tar.gz emacs-eee03ff8abc24f70cb8e9c480ceed1bd0feee238.zip | |
(R4000:UNIX_SV:*:*): Recognize this for Mips machines.
| -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 |