* config.bfd: Add h8300*-*-rtemscoff.

Switch h8300*-*-rtems* to elf.
This commit is contained in:
Daniel Jacobowitz 2005-04-29 18:41:45 +00:00
parent 7e70f1afa7
commit 9a813b7a53
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-04-29 Ralf Corsepius <ralf.corsepius@rtems.org>
* config.bfd: Add h8300*-*-rtemscoff.
Switch h8300*-*-rtems* to elf.
2005-04-28 Paul Brook <paul@codesourcery.com>
Merge changes only applied to Makefile.in.

View File

@ -369,7 +369,12 @@ case "${targ}" in
targ_selvecs=bfd_elf32_frv_vec
;;
h8300*-*-elf)
h8300*-*-rtemscoff*)
targ_defvec=h8300coff_vec
targ_underscore=yes
;;
h8300*-*-elf | h8300*-*-rtems*)
targ_defvec=bfd_elf32_h8300_vec
targ_underscore=yes
;;