From: Ben Elliston Date: Thu, 18 Feb 1999 15:32:10 +0000 (+0000) Subject: 1999-02-18 Ben Elliston X-Git-Tag: experimental-branchpoint~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b347ea4c51e1af14233fcb83fb9f8e1eb8acdf3b;p=thirdparty%2Fautoconf.git 1999-02-18 Ben Elliston * config.guess: Detect NEC EWS4800. Contributed by Koji Arai . --- diff --git a/ChangeLog b/ChangeLog index e7814a15..a9757855 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-02-18 Ben Elliston + + * config.guess: Detect NEC EWS4800. Contributed by Koji Arai + . + 1999-02-11 Ben Elliston * standards.texi: Update from FSF. diff --git a/config.guess b/config.guess index d73c7946..55910b58 100755 --- a/config.guess +++ b/config.guess @@ -805,7 +805,7 @@ EOF news*:NEWS-OS:*:6*) echo mips-sony-newsos6 exit 0 ;; - R3000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R4000:UNIX_SV:*:*) + R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R4000:UNIX_SV:*:*) if [ -d /usr/nec ]; then echo mips-nec-sysv${UNAME_RELEASE} else