tools/config.guess
changeset 23 78d0b570baf7
parent 1 eeea35fbf182
child 139 3e003e24f0e5
     1.1 --- a/tools/config.guess	Sat Feb 24 11:00:05 2007 +0000
     1.2 +++ b/tools/config.guess	Tue Apr 10 14:55:15 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-01-15'
     1.8 +timestamp='2007-03-06'
     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 @@ -791,12 +791,15 @@
    1.13      i*:PW*:*)
    1.14  	echo ${UNAME_MACHINE}-pc-pw32
    1.15  	exit ;;
    1.16 -    x86:Interix*:[3456]*)
    1.17 -	echo i586-pc-interix${UNAME_RELEASE}
    1.18 -	exit ;;
    1.19 -    EM64T:Interix*:[3456]* | authenticamd:Interix*:[3456]*)
    1.20 -	echo x86_64-unknown-interix${UNAME_RELEASE}
    1.21 -	exit ;;
    1.22 +    *:Interix*:[3456]*)
    1.23 +    	case ${UNAME_MACHINE} in
    1.24 +	    x86) 
    1.25 +		echo i586-pc-interix${UNAME_RELEASE}
    1.26 +		exit ;;
    1.27 +	    EM64T | authenticamd)
    1.28 +		echo x86_64-unknown-interix${UNAME_RELEASE}
    1.29 +		exit ;;
    1.30 +	esac ;;
    1.31      [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
    1.32  	echo i${UNAME_MACHINE}-pc-mks
    1.33  	exit ;;