scripts: update config.{sub,guess}
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Dec 18 23:29:46 2010 +0100 (2010-12-18)
changeset 22232aff0df5fcca
parent 2222 de489d9d6efb
child 2224 fc58927f24b8
scripts: update config.{sub,guess}

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
scripts/config.guess
scripts/config.sub
     1.1 --- a/scripts/config.guess	Sat Dec 18 21:35:09 2010 +0100
     1.2 +++ b/scripts/config.guess	Sat Dec 18 23:29:46 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 ;;
     2.1 --- a/scripts/config.sub	Sat Dec 18 21:35:09 2010 +0100
     2.2 +++ b/scripts/config.sub	Sat Dec 18 23:29:46 2010 +0100
     2.3 @@ -4,7 +4,7 @@
     2.4  #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
     2.5  #   Free Software Foundation, Inc.
     2.6  
     2.7 -timestamp='2010-05-21'
     2.8 +timestamp='2010-12-11'
     2.9  
    2.10  # This file is (in principle) common to ALL GNU software.
    2.11  # The presence of a machine in this file suggests that SOME GNU software
    2.12 @@ -283,6 +283,7 @@
    2.13  	| moxie \
    2.14  	| mt \
    2.15  	| msp430 \
    2.16 +	| nds32 | nds32le | nds32be \
    2.17  	| nios | nios2 \
    2.18  	| ns16k | ns32k \
    2.19  	| or32 \
    2.20 @@ -378,6 +379,7 @@
    2.21  	| mmix-* \
    2.22  	| mt-* \
    2.23  	| msp430-* \
    2.24 +	| nds32-* | nds32le-* | nds32be-* \
    2.25  	| nios-* | nios2-* \
    2.26  	| none-* | np1-* | ns16k-* | ns32k-* \
    2.27  	| orion-* \
    2.28 @@ -537,7 +539,7 @@
    2.29  		basic_machine=craynv-cray
    2.30  		os=-unicosmp
    2.31  		;;
    2.32 -	cr16)
    2.33 +	cr16 | cr16-*)
    2.34  		basic_machine=cr16-unknown
    2.35  		os=-elf
    2.36  		;;
    2.37 @@ -860,6 +862,12 @@
    2.38  	np1)
    2.39  		basic_machine=np1-gould
    2.40  		;;
    2.41 +        neo-tandem)
    2.42 +		basic_machine=neo-tandem
    2.43 +		;;
    2.44 +        nse-tandem)
    2.45 +		basic_machine=nse-tandem
    2.46 +		;;
    2.47  	nsr-tandem)
    2.48  		basic_machine=nsr-tandem
    2.49  		;;