mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
2001-01-10 Ben Elliston <bje@redhat.com>
* config.guess: Detect LynxOS 3.x on PowerPC architectures.
This commit is contained in:
parent
e7a9e874df
commit
da4765b2a0
@ -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
7
config.guess
vendored
@ -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 ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user