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.
This commit is contained in:
François Revol 2019-11-02 02:31:45 +01:00
parent f420f1565f
commit f91439b9da
2 changed files with 1 additions and 4 deletions

View File

@ -828,7 +828,6 @@ case "${targ}" in
m68*-*-haiku*)
targ_defvec=m68k_elf32_vec
targ_selvecs="m68k_coff_vec ieee_vec"
;;
m68hc11-*-* | m6811-*-*)

View File

@ -411,9 +411,7 @@ m68hc11-*-*|m6811-*-*) targ_emul=m68hc11elf
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
;;