scripts/config.sub
changeset 1547 9317c32fe7e5
parent 1511 3cf40e1f1ba6
child 1619 02b9435120e8
     1.1 --- a/scripts/config.sub	Tue Sep 01 10:41:44 2009 +0200
     1.2 +++ b/scripts/config.sub	Sun Sep 27 12:12:21 2009 +0200
     1.3 @@ -4,7 +4,7 @@
     1.4  #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
     1.5  #   Free Software Foundation, Inc.
     1.6  
     1.7 -timestamp='2009-08-19'
     1.8 +timestamp='2009-09-25'
     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 @@ -287,6 +287,7 @@
    1.13  	| pdp10 | pdp11 | pj | pjl \
    1.14  	| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
    1.15  	| pyramid \
    1.16 +	| rx \
    1.17  	| score \
    1.18  	| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
    1.19  	| sh64 | sh64le \
    1.20 @@ -300,7 +301,7 @@
    1.21  	| z8k | z80)
    1.22  		basic_machine=$basic_machine-unknown
    1.23  		;;
    1.24 -	m6811 | m68hc11 | m6812 | m68hc12)
    1.25 +	m6811 | m68hc11 | m6812 | m68hc12 | picochip)
    1.26  		# Motorola 68HC11/12.
    1.27  		basic_machine=$basic_machine-unknown
    1.28  		os=-none
    1.29 @@ -371,7 +372,7 @@
    1.30  	| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
    1.31  	| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
    1.32  	| pyramid-* \
    1.33 -	| romp-* | rs6000-* \
    1.34 +	| romp-* | rs6000-* | rx-* \
    1.35  	| sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
    1.36  	| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
    1.37  	| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \