scripts/config.guess
changeset 2251 1bd55a223113
parent 2025 b38f4954e4ed
child 2288 e5a0fe2dae5f
     1.1 --- a/scripts/config.guess	Thu Jul 15 10:18:40 2010 +0200
     1.2 +++ b/scripts/config.guess	Fri Dec 31 00:16:19 2010 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
     1.5  #   Free Software Foundation, Inc.
     1.6  
     1.7 -timestamp='2010-04-03'
     1.8 +timestamp='2010-09-24'
     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 @@ -552,7 +552,7 @@
    1.13  		echo rs6000-ibm-aix3.2
    1.14  	fi
    1.15  	exit ;;
    1.16 -    *:AIX:*:[456])
    1.17 +    *:AIX:*:[4567])
    1.18  	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
    1.19  	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
    1.20  		IBM_ARCH=rs6000
    1.21 @@ -968,6 +968,9 @@
    1.22      sparc:Linux:*:* | sparc64:Linux:*:*)
    1.23  	echo ${UNAME_MACHINE}-unknown-linux-gnu
    1.24  	exit ;;
    1.25 +    tile*:Linux:*:*)
    1.26 +	echo ${UNAME_MACHINE}-tilera-linux-gnu
    1.27 +	exit ;;
    1.28      vax:Linux:*:*)
    1.29  	echo ${UNAME_MACHINE}-dec-linux-gnu
    1.30  	exit ;;
    1.31 @@ -1231,6 +1234,9 @@
    1.32      *:QNX:*:4*)
    1.33  	echo i386-pc-qnx
    1.34  	exit ;;
    1.35 +    NEO-?:NONSTOP_KERNEL:*:*)
    1.36 +	echo neo-tandem-nsk${UNAME_RELEASE}
    1.37 +	exit ;;
    1.38      NSE-?:NONSTOP_KERNEL:*:*)
    1.39  	echo nse-tandem-nsk${UNAME_RELEASE}
    1.40  	exit ;;