diff --git a/ChangeLog b/ChangeLog index 424eb6a..1d0238d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-07-22 Ben Elliston + + Reported by Luke Mewburn : + * config.guess: Fix typo ix86xen -> i86xen. + 2007-06-28 Ben Elliston From M R Swami Reddy : diff --git a/config.guess b/config.guess index 951383e..2e87581 100755 --- a/config.guess +++ b/config.guess @@ -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*:*) diff --git a/testsuite/config-guess.data b/testsuite/config-guess.data index 100a604..0d8210d 100644 --- a/testsuite/config-guess.data +++ b/testsuite/config-guess.data @@ -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