From: Nick Clifton Date: Tue, 7 Aug 2007 09:32:06 +0000 (+0000) Subject: * configure.tgt: Add bfin-*rtems*. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c2c09cab6c1792aebcaeaa910d18051691741205;p=binutils-gdb.git * configure.tgt: Add bfin-*rtems*. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 69c65d573c4..be87b5572a2 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2007-08-07 Ralf Corsépius + + * configure.tgt: Add bfin-*rtems*. + 2007-08-06 Kai Tietz * emultempl/pep.em: (pep_enable_stdcall_fixup): Set to value 1. diff --git a/ld/configure.tgt b/ld/configure.tgt index 46e05d33a8a..1591571a3d9 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