binutils: don't require coff, we don't need it anyway
binutils dropped support for COFF and a.out so it won't build anyway.
Diff
binutils/bfd/config.bfd | 1 -
binutils/ld/configure.tgt | 4 +---
2 files changed, 1 insertion(+), 4 deletions(-)
@@ -828,7 +828,6 @@
m68*-*-haiku*)
targ_defvec=m68k_elf32_vec
targ_selvecs="m68k_coff_vec ieee_vec"
;;
m68hc11-*-* | m6811-*-*)
@@ -411,9 +411,7 @@
m68hc12-*-*|m6812-*-*) targ_emul=m68hc12elf
targ_extra_emuls="m68hc12elfb m68hc11elf m68hc11elfb" ;;
m68*-*-netbsdelf*) targ_emul=m68kelfnbsd ;;
m68*-*-haiku*) targ_emul=m68kelf
targ_extra_emuls=m68kcoff
;;
m68*-*-haiku*) targ_emul=m68kelf ;;
m68*-*-*) targ_emul=m68kelf ;;
s12z-*-*) targ_emul=m9s12zelf
;;