scripts/config.guess
changeset 2827 f8f2f75ff3fd
parent 2698 7501f41e3bbf
child 2831 d7c5e3b9d7d3
     1.1 --- a/scripts/config.guess	Thu Oct 06 00:09:00 2011 +0200
     1.2 +++ b/scripts/config.guess	Tue Dec 27 16:11:34 2011 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
     1.5  #   2011 Free Software Foundation, Inc.
     1.6  
     1.7 -timestamp='2011-10-01'
     1.8 +timestamp='2011-12-29'
     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 @@ -806,6 +806,9 @@
    1.13      *:MINGW*:*)
    1.14  	echo ${UNAME_MACHINE}-pc-mingw32
    1.15  	exit ;;
    1.16 +    i*:MSYS*:*)
    1.17 +	echo ${UNAME_MACHINE}-pc-msys
    1.18 +	exit ;;
    1.19      i*:windows32*:*)
    1.20  	# uname -m includes "-pc" on this system.
    1.21  	echo ${UNAME_MACHINE}-mingw32
    1.22 @@ -894,16 +897,16 @@
    1.23  	echo ${UNAME_MACHINE}-unknown-linux-gnu
    1.24  	exit ;;
    1.25      cris:Linux:*:*)
    1.26 -	echo cris-axis-linux-gnu
    1.27 +	echo ${UNAME_MACHINE}-axis-linux-gnu
    1.28  	exit ;;
    1.29      crisv32:Linux:*:*)
    1.30 -	echo crisv32-axis-linux-gnu
    1.31 +	echo ${UNAME_MACHINE}-axis-linux-gnu
    1.32  	exit ;;
    1.33      frv:Linux:*:*)
    1.34 -	echo frv-unknown-linux-gnu
    1.35 +	echo ${UNAME_MACHINE}-unknown-linux-gnu
    1.36  	exit ;;
    1.37      hexagon:Linux:*:*)
    1.38 -	echo hexagon-unknown-linux-gnu
    1.39 +	echo ${UNAME_MACHINE}-unknown-linux-gnu
    1.40  	exit ;;
    1.41      i*86:Linux:*:*)
    1.42  	LIBC=gnu
    1.43 @@ -945,7 +948,7 @@
    1.44  	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
    1.45  	;;
    1.46      or32:Linux:*:*)
    1.47 -	echo or32-unknown-linux-gnu
    1.48 +	echo ${UNAME_MACHINE}-unknown-linux-gnu
    1.49  	exit ;;
    1.50      padre:Linux:*:*)
    1.51  	echo sparc-unknown-linux-gnu
    1.52 @@ -986,7 +989,7 @@
    1.53  	echo ${UNAME_MACHINE}-dec-linux-gnu
    1.54  	exit ;;
    1.55      x86_64:Linux:*:*)
    1.56 -	echo x86_64-unknown-linux-gnu
    1.57 +	echo ${UNAME_MACHINE}-unknown-linux-gnu
    1.58  	exit ;;
    1.59      xtensa*:Linux:*:*)
    1.60  	echo ${UNAME_MACHINE}-unknown-linux-gnu