mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
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
This commit is contained in:
parent
b1345c7213
commit
51ccbd8d03
@ -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.
|
||||
|
2
config.guess
vendored
2
config.guess
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user