tools/config.guess
changeset 295 ac33f59abd46
parent 139 3e003e24f0e5
child 494 b4a30fecfb45
     1.1 --- a/tools/config.guess	Sun May 27 21:15:46 2007 +0000
     1.2 +++ b/tools/config.guess	Fri Jul 27 11:45:13 2007 +0000
     1.3 @@ -4,7 +4,7 @@
     1.4  #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
     1.5  #   Inc.
     1.6  
     1.7 -timestamp='2007-05-17'
     1.8 +timestamp='2007-07-22'
     1.9  
    1.10  # This file is free software; you can redistribute it and/or modify it
    1.11  # under the terms of the GNU General Public License as published by
    1.12 @@ -330,7 +330,7 @@
    1.13      sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
    1.14  	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
    1.15  	exit ;;
    1.16 -    i86pc:SunOS:5.*:* | ix86xen:SunOS:5.*:*)
    1.17 +    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
    1.18  	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
    1.19  	exit ;;
    1.20      sun4*:SunOS:6*:*)
    1.21 @@ -793,7 +793,7 @@
    1.22  	exit ;;
    1.23      *:Interix*:[3456]*)
    1.24      	case ${UNAME_MACHINE} in
    1.25 -	    x86) 
    1.26 +	    x86)
    1.27  		echo i586-pc-interix${UNAME_RELEASE}
    1.28  		exit ;;
    1.29  	    EM64T | authenticamd)