scripts/config.sub
changeset 3078 2a616dab6531
parent 3064 7df954dd93df
child 3156 006736cdb4e5
     1.1 --- a/scripts/config.sub	Tue Sep 25 23:23:53 2012 +0200
     1.2 +++ b/scripts/config.sub	Mon Oct 15 16:59:11 2012 +1000
     1.3 @@ -4,7 +4,7 @@
     1.4  #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
     1.5  #   2011, 2012 Free Software Foundation, Inc.
     1.6  
     1.7 -timestamp='2012-08-18'
     1.8 +timestamp='2012-10-10'
     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 @@ -156,7 +156,7 @@
    1.13  	-convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
    1.14  	-c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
    1.15  	-harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
    1.16 -	-apple | -axis | -knuth | -cray | -microblaze)
    1.17 +	-apple | -axis | -knuth | -cray | -microblaze*)
    1.18  		os=
    1.19  		basic_machine=$1
    1.20  		;;
    1.21 @@ -273,7 +273,7 @@
    1.22  	| le32 | le64 \
    1.23  	| lm32 \
    1.24  	| m32c | m32r | m32rle | m68000 | m68k | m88k \
    1.25 -	| maxq | mb | microblaze | mcore | mep | metag \
    1.26 +	| maxq | mb | microblaze | microblazeel | mcore | mep | metag \
    1.27  	| mips | mipsbe | mipseb | mipsel | mipsle \
    1.28  	| mips16 \
    1.29  	| mips64 | mips64el \
    1.30 @@ -389,7 +389,8 @@
    1.31  	| lm32-* \
    1.32  	| m32c-* | m32r-* | m32rle-* \
    1.33  	| m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
    1.34 -	| m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
    1.35 +	| m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
    1.36 +	| microblaze-* | microblazeel-* \
    1.37  	| mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
    1.38  	| mips16-* \
    1.39  	| mips64-* | mips64el-* \
    1.40 @@ -788,7 +789,7 @@
    1.41  		basic_machine=ns32k-utek
    1.42  		os=-sysv
    1.43  		;;
    1.44 -	microblaze)
    1.45 +	microblaze*)
    1.46  		basic_machine=microblaze-xilinx
    1.47  		;;
    1.48  	mingw64)