Reported by Luke Mewburn <luke@mewburn.net>:

* config.guess: Fix typo ix86xen -> i86xen.
This commit is contained in:
Ben Elliston 2007-07-22 03:37:47 +00:00
parent 99ad2cf9ad
commit 81b28678cc
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2007-07-22 Ben Elliston <bje@gnu.org>
Reported by Luke Mewburn <luke@mewburn.net>:
* config.guess: Fix typo ix86xen -> i86xen.
2007-06-28 Ben Elliston <bje@gnu.org>
From M R Swami Reddy <MR.Swami.Reddy@nsc.com>:

4
config.guess vendored
View File

@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc.
timestamp='2007-05-17'
timestamp='2007-07-22'
# 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
@ -330,7 +330,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit ;;
i86pc:SunOS:5.*:* | ix86xen:SunOS:5.*:*)
i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit ;;
sun4*:SunOS:6*:*)

View File

@ -31,4 +31,4 @@ xtensa 2.6.15 Linux ignored xtensa-unknown-linux-gnu
x86_64 1.0 MINGW ignored x86_64-pc-mingw32
i386 1.0 MINGW ignored i386-pc-mingw32
SX-8R 1.0 SUPER-UX ignored sx8r-nec-superux1.0
ix86xen 5.6 SunOS ignored i386-pc-solaris2.6
i86xen 5.6 SunOS ignored i386-pc-solaris2.6