* configure.tgt: Add nios2-*-rtems*.

This commit is contained in:
Nick Clifton 2013-02-15 09:36:32 +00:00
parent 2e62b7218b
commit ea33f2818e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-02-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
* configure.tgt: Add nios2-*-rtems*.
2013-02-14 Yufeng Zhang <yufeng.zhang@arm.com>
* config/tc-aarch64.c (md_begin): Change to check if 'name' is

View File

@ -350,7 +350,8 @@ case ${generic_target} in
msp430-*-*) fmt=elf ;;
nios2*-linux*) fmt=elf em=linux ;;
nios2-*-rtems*) fmt=elf ;;
nios2*-linux*) fmt=elf em=linux ;;
ns32k-pc532-mach*) fmt=aout em=pc532mach ;;
ns32k-pc532-ux*) fmt=aout em=pc532mach ;;