mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
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:
parent
f420f1565f
commit
f91439b9da
@ -828,7 +828,6 @@ case "${targ}" in
|
||||
|
||||
m68*-*-haiku*)
|
||||
targ_defvec=m68k_elf32_vec
|
||||
targ_selvecs="m68k_coff_vec ieee_vec"
|
||||
;;
|
||||
|
||||
m68hc11-*-* | m6811-*-*)
|
||||
|
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user