From: Ben Elliston Date: Sat, 22 May 1999 05:30:31 +0000 (+0000) Subject: 1999-05-22 Ben Elliston X-Git-Tag: experimental-branchpoint~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7a40859debe4b0797a6ef24e8b9c2b7efef5bb9;p=thirdparty%2Fautoconf.git 1999-05-22 Ben Elliston * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake . --- diff --git a/ChangeLog b/ChangeLog index a0f1fe03..765dbec0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-05-22 Ben Elliston + + * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake + . + 1999-05-17 Ben Elliston Merge with the EGCS source tree. diff --git a/config.guess b/config.guess index ff7803f9..b6c264af 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