mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-28 10:06:37 +12:00
* config.guess: Add detection for LynxOS 4.2.
* testsuite/config-guess.data: Add a test case.
This commit is contained in:
parent
e393f4cdf2
commit
107df2689f
@ -1,3 +1,9 @@
|
||||
2009-06-09 Olli Savia <ops@iki.fi>
|
||||
Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config.guess: Add detection for LynxOS 4.2.
|
||||
* testsuite/config-guess.data: Add a test case.
|
||||
|
||||
2009-06-09 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config.guess (*:NetBSD:*:*): Use grep -q, which is supported on
|
||||
|
6
config.guess
vendored
6
config.guess
vendored
@ -4,7 +4,7 @@
|
||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
|
||||
# Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2009-06-07'
|
||||
timestamp='2009-06-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
|
||||
@ -1046,7 +1046,7 @@ EOF
|
||||
i*86:syllable:*:*)
|
||||
echo ${UNAME_MACHINE}-pc-syllable
|
||||
exit ;;
|
||||
i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*)
|
||||
i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*)
|
||||
echo i386-unknown-lynxos${UNAME_RELEASE}
|
||||
exit ;;
|
||||
i*86:*DOS:*:*)
|
||||
@ -1154,7 +1154,7 @@ EOF
|
||||
rs6000:LynxOS:2.*:*)
|
||||
echo rs6000-unknown-lynxos${UNAME_RELEASE}
|
||||
exit ;;
|
||||
PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*)
|
||||
PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*)
|
||||
echo powerpc-unknown-lynxos${UNAME_RELEASE}
|
||||
exit ;;
|
||||
SM[BE]S:UNIX_SV:*:*)
|
||||
|
@ -43,3 +43,5 @@ i386 12.1 AROS ignored i386-pc-aros
|
||||
pc 1.0 ignored ignored i586-pc-msdosdjgpp
|
||||
s390x 5.6 SunOS ignored s390x-ibm-solaris2.6
|
||||
8664 1.0 Windows_NT ignored x86_64-pc-mks
|
||||
i386 4.2 LynxOS ignored i386-unknown-lynxos4.2
|
||||
PowerPC 4.2 LynxOS ignored powerpc-unknown-lynxos4.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user