tools/config.guess
changeset 952 4db000267992
parent 494 b4a30fecfb45
child 1096 4632c305eb73
     1.1 --- a/tools/config.guess	Thu May 08 15:37:21 2008 +0000
     1.2 +++ b/tools/config.guess	Tue Oct 21 09:16:00 2008 +0000
     1.3 @@ -4,7 +4,7 @@
     1.4  #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
     1.5  #   Free Software Foundation, Inc.
     1.6  
     1.7 -timestamp='2008-04-14'
     1.8 +timestamp='2008-09-28'
     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 @@ -796,7 +796,7 @@
    1.13  	    x86)
    1.14  		echo i586-pc-interix${UNAME_RELEASE}
    1.15  		exit ;;
    1.16 -	    EM64T | authenticamd)
    1.17 +	    EM64T | authenticamd | genuineintel)
    1.18  		echo x86_64-unknown-interix${UNAME_RELEASE}
    1.19  		exit ;;
    1.20  	    IA64)
    1.21 @@ -935,6 +935,9 @@
    1.22  	if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
    1.23  	echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
    1.24  	exit ;;
    1.25 +    padre:Linux:*:*)
    1.26 +	echo sparc-unknown-linux-gnu
    1.27 +	exit ;;
    1.28      parisc:Linux:*:* | hppa:Linux:*:*)
    1.29  	# Look for CPU level
    1.30  	case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in