mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.guess (s390x:SunOS:*:*): Add s390x-ibm-solaris*.
* testsuite/config-guess.data: Add a test case.
This commit is contained in:
parent
aa64e65333
commit
93b5037172
@ -1,3 +1,9 @@
|
||||
2009-04-27 Neale Ferguson <neale@sinenomine.net>
|
||||
Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config.guess (s390x:SunOS:*:*): Add s390x-ibm-solaris*.
|
||||
* testsuite/config-guess.data: Add a test case.
|
||||
|
||||
2009-04-17 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
|
||||
|
5
config.guess
vendored
5
config.guess
vendored
@ -4,7 +4,7 @@
|
||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
|
||||
# Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2009-02-03'
|
||||
timestamp='2009-04-27'
|
||||
|
||||
# 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
|
||||
@ -324,6 +324,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
||||
case `/usr/bin/uname -p` in
|
||||
sparc) echo sparc-icl-nx7; exit ;;
|
||||
esac ;;
|
||||
s390x:SunOS:*:*)
|
||||
echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
|
||||
exit ;;
|
||||
sun4H:SunOS:5.*:*)
|
||||
echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
|
||||
exit ;;
|
||||
|
@ -41,3 +41,4 @@ ppc 2.6.9-22 Linux ignored powerpc-unknown-linux-gnu
|
||||
i686 5.11-686 GNU/kOpenSolaris ignored i686-unknown-kopensolaris5.11-gnu
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user