Remove special case handling for rtems targets that are sufficiently handled by

the default rtems targets.
This commit is contained in:
Nick Clifton
2005-07-22 10:34:30 +00:00
parent a9b7b1745d
commit 9f971fcbd4
6 changed files with 18 additions and 7 deletions

View File

@ -210,7 +210,6 @@ case ${generic_target} in
i386-*-vsta) fmt=aout ;;
i386-*-msdosdjgpp* \
| i386-*-go32*) fmt=coff em=go32 ;;
i386-*-rtemself*) fmt=elf ;;
i386-*-rtems*) fmt=elf ;;
i386-*-gnu*) fmt=elf ;;
i386-*-mach*) fmt=aout em=mach ;;
@ -364,7 +363,6 @@ case ${generic_target} in
shle*-*-kaos*) fmt=elf ;;
sh64-*-elf*) fmt=elf ;;
sparc-*-rtemself*) fmt=elf ;;
sparc-*-rtems*) fmt=elf ;;
sparc-*-sunos4*) fmt=aout em=sun3 ;;
sparc-*-aout | sparc*-*-vxworks*) fmt=aout em=sparcaout ;;