scripts/config.sub
changeset 2811 d74b5845f328
parent 2698 7501f41e3bbf
child 2831 d7c5e3b9d7d3
     1.1 --- a/scripts/config.sub	Thu Oct 06 00:09:00 2011 +0200
     1.2 +++ b/scripts/config.sub	Fri Dec 30 14:15:43 2011 +0100
     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-09-09'
     1.8 +timestamp='2011-11-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 @@ -255,6 +255,7 @@
    1.13  	| bfin \
    1.14  	| c4x | clipper \
    1.15  	| d10v | d30v | dlx | dsp16xx \
    1.16 +	| epiphany \
    1.17  	| fido | fr30 | frv \
    1.18  	| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
    1.19  	| hexagon \
    1.20 @@ -294,7 +295,7 @@
    1.21  	| pdp10 | pdp11 | pj | pjl \
    1.22  	| powerpc | powerpc64 | powerpc64le | powerpcle \
    1.23  	| pyramid \
    1.24 -	| rx \
    1.25 +	| rl78 | rx \
    1.26  	| score \
    1.27  	| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
    1.28  	| sh64 | sh64le \
    1.29 @@ -406,7 +407,7 @@
    1.30  	| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
    1.31  	| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
    1.32  	| pyramid-* \
    1.33 -	| romp-* | rs6000-* | rx-* \
    1.34 +	| rl78-* | 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-* \
    1.38 @@ -815,6 +816,10 @@
    1.39  	ms1-*)
    1.40  		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
    1.41  		;;
    1.42 +	msys)
    1.43 +		basic_machine=i386-pc
    1.44 +		os=-msys
    1.45 +		;;
    1.46  	mvs)
    1.47  		basic_machine=i370-ibm
    1.48  		os=-mvs
    1.49 @@ -1342,7 +1347,7 @@
    1.50  	      | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
    1.51  	      | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
    1.52  	      | -chorusos* | -chorusrdb* | -cegcc* \
    1.53 -	      | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
    1.54 +	      | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
    1.55  	      | -mingw32* | -linux-gnu* | -linux-android* \
    1.56  	      | -linux-newlib* | -linux-uclibc* \
    1.57  	      | -uxpv* | -beos* | -mpeix* | -udk* \