2000-08-31 Ben Elliston <bje@redhat.com>

* config.guess: Correctly detect Sony NEWS-OS 6.x.
	From Kimio Ishii <ishii@sm.sony.co.jp>.
This commit is contained in:
Ben Elliston 2000-08-31 06:16:33 +00:00
parent 44d2f4e2db
commit 7381bab5ed
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2000-08-31 Ben Elliston <bje@redhat.com>
* config.guess: Correctly detect Sony NEWS-OS 6.x.
From Kimio Ishii <ishii@sm.sony.co.jp>.
2000-08-06 Philip Blundell <philb@gnu.org>
* config.sub: Accept `-conix*' as a valid OS. Accept `armv*' as a

4
config.guess vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
# Free Software Foundation, Inc.
version='2000-07-27'
version='2000-08-31'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@ -1036,7 +1036,7 @@ EOF
mc68*:A/UX:*:*)
echo m68k-apple-aux${UNAME_RELEASE}
exit 0 ;;
news*:NEWS-OS:*:6*)
news*:NEWS-OS:6*:*)
echo mips-sony-newsos6
exit 0 ;;
R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)