diff options
author | Ben Elliston <bje@air.net.au> | 1999-05-22 12:37:18 +0000 |
---|---|---|
committer | Ben Elliston <bje@air.net.au> | 1999-05-22 12:37:18 +0000 |
commit | 20606274270ed6a3e3b0744b97905e0f6640a760 (patch) | |
tree | 7d0f5c2b7d6a907ca9fbce6a746e7cc387e9a7f6 /config.guess | |
parent | c04006ac1bebeb6360846aadbabbac55bf1cd703 (diff) | |
download | emacs-20606274270ed6a3e3b0744b97905e0f6640a760.tar.gz |
1999-05-22 Ben Elliston <bje@cygnus.com>
* config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
<jiro@din.or.jp>.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess index ff7803f9629..b6c264af12e 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 |