* config.sub (microblazeel): New.

* testsuite/config-sub.data: Add a test case.

Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
David Holsgrove 2012-10-10 15:33:17 +11:00 committed by Ben Elliston
parent e64279b1f7
commit fb456b34ef
3 changed files with 14 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
* config.sub (microblazeel): New.
* testsuite/config-sub.data: Add a test case.
2012-09-25 Theo Markettos <theo@markettos.org.uk> 2012-09-25 Theo Markettos <theo@markettos.org.uk>
* config.guess (arm:*:riscos:*): Allow arm*. * config.guess (arm:*:riscos:*): Allow arm*.

11
config.sub vendored
View File

@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
# 2011, 2012 Free Software Foundation, Inc. # 2011, 2012 Free Software Foundation, Inc.
timestamp='2012-08-18' timestamp='2012-10-10'
# This file is (in principle) common to ALL GNU software. # This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software # The presence of a machine in this file suggests that SOME GNU software
@ -156,7 +156,7 @@ case $os in
-convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
-c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
-harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
-apple | -axis | -knuth | -cray | -microblaze) -apple | -axis | -knuth | -cray | -microblaze*)
os= os=
basic_machine=$1 basic_machine=$1
;; ;;
@ -273,7 +273,7 @@ case $basic_machine in
| le32 | le64 \ | le32 | le64 \
| lm32 \ | lm32 \
| m32c | m32r | m32rle | m68000 | m68k | m88k \ | m32c | m32r | m32rle | m68000 | m68k | m88k \
| maxq | mb | microblaze | mcore | mep | metag \ | maxq | mb | microblaze | microblazeel | mcore | mep | metag \
| mips | mipsbe | mipseb | mipsel | mipsle \ | mips | mipsbe | mipseb | mipsel | mipsle \
| mips16 \ | mips16 \
| mips64 | mips64el \ | mips64 | mips64el \
@ -389,7 +389,8 @@ case $basic_machine in
| lm32-* \ | lm32-* \
| m32c-* | m32r-* | m32rle-* \ | m32c-* | m32r-* | m32rle-* \
| m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
| m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \ | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
| microblaze-* | microblazeel-* \
| mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
| mips16-* \ | mips16-* \
| mips64-* | mips64el-* \ | mips64-* | mips64el-* \
@ -788,7 +789,7 @@ case $basic_machine in
basic_machine=ns32k-utek basic_machine=ns32k-utek
os=-sysv os=-sysv
;; ;;
microblaze) microblaze*)
basic_machine=microblaze-xilinx basic_machine=microblaze-xilinx
;; ;;
mingw64) mingw64)

View File

@ -99,8 +99,11 @@ mep mep-unknown-elf
metag-linux metag-unknown-linux-gnu metag-linux metag-unknown-linux-gnu
metag metag-unknown-none metag metag-unknown-none
microblaze-elf microblaze-unknown-elf microblaze-elf microblaze-unknown-elf
microblazeel-elf microblazeel-unknown-elf
microblaze-linux microblaze-unknown-linux-gnu microblaze-linux microblaze-unknown-linux-gnu
microblazeel-linux microblazeel-unknown-linux-gnu
microblaze microblaze-unknown-none microblaze microblaze-unknown-none
microblazeel microblazeel-unknown-none
mingw32ce arm-unknown-mingw32ce mingw32ce arm-unknown-mingw32ce
mingw64 x86_64-pc-mingw64 mingw64 x86_64-pc-mingw64
mips64octeonel-elf mips64octeonel-unknown-elf mips64octeonel-elf mips64octeonel-unknown-elf