2001-01-10 Ben Elliston <bje@redhat.com>

* config.guess: Detect LynxOS 3.x on PowerPC architectures.
This commit is contained in:
Ben Elliston 2001-01-10 09:53:39 +00:00
parent e7a9e874df
commit da4765b2a0
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2001-01-10 Ben Elliston <bje@redhat.com>
* config.guess: Detect LynxOS 3.x on PowerPC architectures.
2001-01-07 Ben Elliston <bje@redhat.com>
* config.sub: Recognise openrisc-*-*.

7
config.guess vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
timestamp='2001-01-01'
timestamp='2001-01-10'
# 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
@ -1088,9 +1088,12 @@ EOF
TSUNAMI:LynxOS:2.*:*)
echo sparc-unknown-lynxos${UNAME_RELEASE}
exit 0 ;;
rs6000:LynxOS:2.*:* | PowerPC:LynxOS:2.*:*)
rs6000:LynxOS:2.*:*)
echo rs6000-unknown-lynxos${UNAME_RELEASE}
exit 0 ;;
PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:*)
echo powerpc-unknown-lynxos${UNAME_RELEASE}
exit 0 ;;
SM[BE]S:UNIX_SV:*:*)
echo mips-dde-sysv${UNAME_RELEASE}
exit 0 ;;