diff options
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r-- | ld/configure.tgt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt index 46e05d3..1591571 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -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 |