* config.bfd: Add x86_64-*-cygwin to list of supported targets.

This commit is contained in:
Corinna Vinschen 2013-03-05 11:47:01 +00:00
parent 13762d2ee4
commit 48385e3898
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-03-05 Corinna Vinschen <vinschen@redhat.com>
* config.bfd: Add x86_64-*-cygwin to list of supported targets.
2013-03-04 Alan Modra <amodra@gmail.com>
* elf32-ppc.c (ppc_elf_relocate_section <R_PPC_PLTREL24>): Adjust

View File

@ -673,7 +673,7 @@ case "${targ}" in
targ_archs="$targ_archs bfd_arm_arch"
want64=true
;;
x86_64-*-mingw* | x86_64-*-pe | x86_64-*-pep)
x86_64-*-mingw* | x86_64-*-pe | x86_64-*-pep | x86_64-*-cygwin)
targ_defvec=x86_64pe_vec
targ_selvecs="x86_64pe_vec x86_64pei_vec bfd_elf64_x86_64_vec bfd_elf64_l1om_vec bfd_elf64_k1om_vec i386pe_vec i386pei_vec bfd_elf32_i386_vec"
want64=true