tools/config.sub
changeset 1096 4632c305eb73
parent 849 777bf06ddd8b
     1.1 --- a/tools/config.sub	Thu Sep 11 09:02:00 2008 +0000
     1.2 +++ b/tools/config.sub	Thu Dec 11 18:15:41 2008 +0000
     1.3 @@ -4,7 +4,7 @@
     1.4  #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
     1.5  #   Free Software Foundation, Inc.
     1.6  
     1.7 -timestamp='2008-09-08'
     1.8 +timestamp='2008-12-11'
     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 @@ -249,6 +249,7 @@
    1.13  	| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
    1.14  	| i370 | i860 | i960 | ia64 \
    1.15  	| ip2k | iq2000 \
    1.16 +	| lm32 \
    1.17  	| m32c | m32r | m32rle | m68000 | m68k | m88k \
    1.18  	| maxq | mb | microblaze | mcore | mep | metag \
    1.19  	| mips | mipsbe | mipseb | mipsel | mipsle \
    1.20 @@ -279,7 +280,7 @@
    1.21  	| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
    1.22  	| pyramid \
    1.23  	| score \
    1.24 -	| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
    1.25 +	| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
    1.26  	| sh64 | sh64le \
    1.27  	| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
    1.28  	| sparcv8 | sparcv9 | sparcv9b | sparcv9v \
    1.29 @@ -331,6 +332,7 @@
    1.30  	| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
    1.31  	| i*86-* | i860-* | i960-* | ia64-* \
    1.32  	| ip2k-* | iq2000-* \
    1.33 +	| lm32-* \
    1.34  	| m32c-* | m32r-* | m32rle-* \
    1.35  	| m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
    1.36  	| m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
    1.37 @@ -362,7 +364,7 @@
    1.38  	| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
    1.39  	| pyramid-* \
    1.40  	| romp-* | rs6000-* \
    1.41 -	| sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
    1.42 +	| sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
    1.43  	| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
    1.44  	| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
    1.45  	| sparclite-* \
    1.46 @@ -1182,7 +1184,7 @@
    1.47  	we32k)
    1.48  		basic_machine=we32k-att
    1.49  		;;
    1.50 -	sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
    1.51 +	sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
    1.52  		basic_machine=sh-unknown
    1.53  		;;
    1.54  	sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)