diff options
author | Ben Elliston <bje@cygnus.com> | 1999-05-22 05:41:47 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 1999-05-22 15:41:47 +1000 |
commit | 51ccbd8d03f43cf4f60895c1d254672b48c5da4f (patch) | |
tree | 1016cf0ded99064b58b4b6e529ec2fbc42b91a85 | |
parent | b1345c72131ca82d88719ea25e25e5e35a624f60 (diff) | |
download | gcc-51ccbd8d03f43cf4f60895c1d254672b48c5da4f.zip gcc-51ccbd8d03f43cf4f60895c1d254672b48c5da4f.tar.gz gcc-51ccbd8d03f43cf4f60895c1d254672b48c5da4f.tar.bz2 |
config.guess: Handle NEC UX/4800.
1999-05-22 Ben Elliston <bje@cygnus.com>
* config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
<jiro@din.or.jp>.
From-SVN: r27094
-rw-r--r-- | ChangeLog | 3 | ||||
-rwxr-xr-x | config.guess | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ 1999-05-22 Ben Elliston <bje@cygnus.com> + * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake + <jiro@din.or.jp>. + * config.guess: Merge with FSF version. Future changes will be more accurately recorded in this ChangeLog. * config.sub: Likewise. diff --git a/config.guess b/config.guess index ff7803f..b6c264a 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 |