Enable 32/64-bit PE-COFF targets for NetBSD/i386 in libbfd.

Needed to build UEFI things for IA32 using native toolchain.
This commit is contained in:
jakllsch 2013-12-24 15:06:39 +00:00
parent 54a8b0e862
commit 0bfb2660a5
1 changed files with 2 additions and 2 deletions

View File

@ -575,8 +575,8 @@ case "${targ}" in
;;
i[3-7]86-*-netbsdelf* | i[3-7]86-*-netbsd*-gnu* | i[3-7]86-*-knetbsd*-gnu)
targ_defvec=bfd_elf32_i386_vec
targ_selvecs=i386netbsd_vec
targ64_selvecs="bfd_elf64_x86_64_vec bfd_elf64_l1om_vec bfd_elf64_k1om_vec"
targ_selvecs="i386netbsd_vec i386coff_vec i386pei_vec"
targ64_selvecs="bfd_elf64_x86_64_vec x86_64pei_vec bfd_elf64_l1om_vec bfd_elf64_k1om_vec"
;;
i[3-7]86-*-netbsdpe*)
targ_defvec=i386pe_vec