1999-02-18 Ben Elliston <bje@cygnus.com>

* config.guess: Detect NEC EWS4800. Contributed by Koji Arai
	<JCA02266@nifty.ne.jp>.
This commit is contained in:
Ben Elliston 1999-02-18 15:32:10 +00:00
parent a76e13502c
commit b347ea4c51
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1999-02-18 Ben Elliston <bje@cygnus.com>
* config.guess: Detect NEC EWS4800. Contributed by Koji Arai
<JCA02266@nifty.ne.jp>.
1999-02-11 Ben Elliston <bje@cygnus.com>
* standards.texi: Update from FSF.

2
config.guess vendored
View File

@ -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