mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-30 11:06:36 +12:00
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:
parent
44d2f4e2db
commit
7381bab5ed
@ -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>
|
2000-08-06 Philip Blundell <philb@gnu.org>
|
||||||
|
|
||||||
* config.sub: Accept `-conix*' as a valid OS. Accept `armv*' as a
|
* config.sub: Accept `-conix*' as a valid OS. Accept `armv*' as a
|
||||||
|
4
config.guess
vendored
4
config.guess
vendored
@ -3,7 +3,7 @@
|
|||||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
|
||||||
# Free Software Foundation, Inc.
|
# 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
|
# 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
|
# under the terms of the GNU General Public License as published by
|
||||||
@ -1036,7 +1036,7 @@ EOF
|
|||||||
mc68*:A/UX:*:*)
|
mc68*:A/UX:*:*)
|
||||||
echo m68k-apple-aux${UNAME_RELEASE}
|
echo m68k-apple-aux${UNAME_RELEASE}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
news*:NEWS-OS:*:6*)
|
news*:NEWS-OS:6*:*)
|
||||||
echo mips-sony-newsos6
|
echo mips-sony-newsos6
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
|
R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user