From: Ben Elliston Date: Sat, 22 May 1999 12:37:18 +0000 (+0000) Subject: 1999-05-22 Ben Elliston X-Git-Tag: emacs-20.4~195 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=20606274270ed6a3e3b0744b97905e0f6640a760;p=emacs.git 1999-05-22 Ben Elliston * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake . --- 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