2007-07-27 H.J. Lu <hongjiu.lu@intel.com>

* config.bfd (x86_64-*-mingw*): Don't include x86_64coff_vec.
This commit is contained in:
H.J. Lu
2007-07-27 13:26:44 +00:00
parent 507f589808
commit 170bfeb9d3
2 changed files with 5 additions and 1 deletions

View File

@ -598,7 +598,7 @@ case "${targ}" in
;;
x86_64-*-mingw*)
targ_defvec=x86_64pe_vec
targ_selvecs="x86_64pe_vec x86_64pei_vec x86_64coff_vec bfd_elf64_x86_64_vec"
targ_selvecs="x86_64pe_vec x86_64pei_vec bfd_elf64_x86_64_vec"
want64=true
targ_underscore=yes
;;