mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
From Luke Mewburn <luke@mewburn.net>:
* config.guess (i86xen:SunOS:5.*:*): New. * testsuite/config-guess.data: Add test case.
This commit is contained in:
parent
36193eb16d
commit
6ee3cb904c
@ -1,3 +1,9 @@
|
|||||||
|
2007-05-17 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
From Luke Mewburn <luke@mewburn.net>:
|
||||||
|
* config.guess (i86xen:SunOS:5.*:*): New.
|
||||||
|
* testsuite/config-guess.data: Add test case.
|
||||||
|
|
||||||
2007-04-29 Ben Elliston <bje@gnu.org>
|
2007-04-29 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
From Pedro Alves <pedro_alves@portugalmail.pt>:
|
From Pedro Alves <pedro_alves@portugalmail.pt>:
|
||||||
|
4
config.guess
vendored
4
config.guess
vendored
@ -4,7 +4,7 @@
|
|||||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
|
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
|
||||||
# Inc.
|
# Inc.
|
||||||
|
|
||||||
timestamp='2007-03-06'
|
timestamp='2007-05-17'
|
||||||
|
|
||||||
# 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
|
||||||
@ -330,7 +330,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|||||||
sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
|
sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
|
||||||
echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
|
echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
|
||||||
exit ;;
|
exit ;;
|
||||||
i86pc:SunOS:5.*:*)
|
i86pc:SunOS:5.*:* | ix86xen:SunOS:5.*:*)
|
||||||
echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
|
echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
|
||||||
exit ;;
|
exit ;;
|
||||||
sun4*:SunOS:6*:*)
|
sun4*:SunOS:6*:*)
|
||||||
|
@ -31,3 +31,4 @@ xtensa 2.6.15 Linux ignored xtensa-unknown-linux-gnu
|
|||||||
x86_64 1.0 MINGW ignored x86_64-pc-mingw32
|
x86_64 1.0 MINGW ignored x86_64-pc-mingw32
|
||||||
i386 1.0 MINGW ignored i386-pc-mingw32
|
i386 1.0 MINGW ignored i386-pc-mingw32
|
||||||
SX-8R 1.0 SUPER-UX ignored sx8r-nec-superux1.0
|
SX-8R 1.0 SUPER-UX ignored sx8r-nec-superux1.0
|
||||||
|
ix86xen 5.6 SunOS ignored i386-pc-solaris2.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user