diff options
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/config.bfd | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 70015a52b44..167faff7a94 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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 diff --git a/bfd/config.bfd b/bfd/config.bfd index ade2731339e..10820e2cba9 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -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 |