scripts/config.guess
changeset 2963 59cd7c65c347
parent 2831 d7c5e3b9d7d3
child 3028 670c97e4646c
     1.1 --- a/scripts/config.guess	Tue Jan 03 23:02:04 2012 +0100
     1.2 +++ b/scripts/config.guess	Sun May 06 15:11:24 2012 +0200
     1.3 @@ -4,7 +4,7 @@
     1.4  #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
     1.5  #   2011, 2012 Free Software Foundation, Inc.
     1.6  
     1.7 -timestamp='2012-01-01'
     1.8 +timestamp='2012-02-10'
     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 @@ -17,9 +17,7 @@
    1.13  # General Public License for more details.
    1.14  #
    1.15  # You should have received a copy of the GNU General Public License
    1.16 -# along with this program; if not, write to the Free Software
    1.17 -# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
    1.18 -# 02110-1301, USA.
    1.19 +# along with this program; if not, see <http://www.gnu.org/licenses/>.
    1.20  #
    1.21  # As a special exception to the GNU General Public License, if you
    1.22  # distribute this file as part of a program that contains a
    1.23 @@ -863,6 +861,13 @@
    1.24      i*86:Minix:*:*)
    1.25  	echo ${UNAME_MACHINE}-pc-minix
    1.26  	exit ;;
    1.27 +    aarch64:Linux:*:*)
    1.28 +	echo ${UNAME_MACHINE}-unknown-linux-gnu
    1.29 +	exit ;;
    1.30 +    aarch64_be:Linux:*:*)
    1.31 +	UNAME_MACHINE=aarch64_be
    1.32 +	echo ${UNAME_MACHINE}-unknown-linux-gnu
    1.33 +	exit ;;
    1.34      alpha:Linux:*:*)
    1.35  	case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
    1.36  	  EV5)   UNAME_MACHINE=alphaev5 ;;
    1.37 @@ -1320,6 +1325,9 @@
    1.38      i*86:AROS:*:*)
    1.39  	echo ${UNAME_MACHINE}-pc-aros
    1.40  	exit ;;
    1.41 +    x86_64:VMkernel:*:*)
    1.42 +	echo ${UNAME_MACHINE}-unknown-esx
    1.43 +	exit ;;
    1.44  esac
    1.45  
    1.46  #echo '(No uname command or uname output not recognized.)' 1>&2