scripts/config.sub
changeset 2538 b926c87d9339
parent 2404 8988576c491a
child 2698 7501f41e3bbf
     1.1 --- a/scripts/config.sub	Tue Apr 12 22:12:23 2011 +0200
     1.2 +++ b/scripts/config.sub	Thu Jul 07 10:17:34 2011 +0200
     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-03-23'
     1.8 +timestamp='2011-06-03'
     1.9  
    1.10  # This file is (in principle) common to ALL GNU software.
    1.11  # The presence of a machine in this file suggests that SOME GNU software
    1.12 @@ -300,7 +300,7 @@
    1.13  	| spu \
    1.14  	| tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
    1.15  	| ubicom32 \
    1.16 -	| v850 | v850e \
    1.17 +	| v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
    1.18  	| we32k \
    1.19  	| x86 | xc16x | xstormy16 | xtensa \
    1.20  	| z8k | z80)
    1.21 @@ -408,10 +408,11 @@
    1.22  	| sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \
    1.23  	| tahoe-* \
    1.24  	| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
    1.25 -	| tile-* | tilegx-* \
    1.26 +	| tile*-* \
    1.27  	| tron-* \
    1.28  	| ubicom32-* \
    1.29 -	| v850-* | v850e-* | vax-* \
    1.30 +	| v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
    1.31 +	| vax-* \
    1.32  	| we32k-* \
    1.33  	| x86-* | x86_64-* | xc16x-* | xps100-* \
    1.34  	| xstormy16-* | xtensa*-* \
    1.35 @@ -1120,13 +1121,8 @@
    1.36  		basic_machine=t90-cray
    1.37  		os=-unicos
    1.38  		;;
    1.39 -	# This must be matched before tile*.
    1.40 -	tilegx*)
    1.41 -		basic_machine=tilegx-unknown
    1.42 -		os=-linux-gnu
    1.43 -		;;
    1.44  	tile*)
    1.45 -		basic_machine=tile-unknown
    1.46 +		basic_machine=$basic_machine-unknown
    1.47  		os=-linux-gnu
    1.48  		;;
    1.49  	tx39)