* config.bfd: (sh*-*-openbsd*): Add target.

* configure.in (sh*-*-openbsd*): Set COREFILE to netbsd-core.lo.
* configure: Regenerate.
This commit is contained in:
Mark Kettenis
2006-12-16 11:24:05 +00:00
parent 5d0fc17b31
commit a38b265971
4 changed files with 16 additions and 2 deletions

View File

@ -1256,6 +1256,10 @@ case "${targ}" in
targ_selvecs="bfd_elf32_shl_vec shcoff_vec shlcoff_vec shcoff_small_vec shlcoff_small_vec"
targ_underscore=yes
;;
sh*-*-openbsd*)
targ_defvec=bfd_elf32_shlnbsd_vec
targ_selvecs="bfd_elf32_shnbsd_vec shcoff_vec shlcoff_vec"
;;
sh-*-pe)
targ_defvec=shlpe_vec
targ_selvecs="shlpe_vec shlpei_vec"