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

This commit is contained in:
Nick Clifton
2007-08-07 09:32:06 +00:00
parent 817c2f79fd
commit c2c09cab6c
2 changed files with 8 additions and 0 deletions

View File

@ -113,6 +113,10 @@ bfin-*-elf) targ_emul=elf32bfin;
targ_extra_emuls="elf32bfinfd"
targ_extra_libpath=$targ_extra_emuls
;;
bfin-*-rtems*) targ_emul=elf32bfin;
targ_extra_emuls="elf32bfinfd"
targ_extra_libpath=$targ_extra_emuls
;;
bfin-*-uclinux*) targ_emul=elf32bfin;
targ_extra_emuls="elf32bfinfd"
targ_extra_libpath=$targ_extra_emuls