diff options
author | H.J. Lu <hjl@lucon.org> | 2007-07-27 13:26:44 +0000 |
---|---|---|
committer | H.J. Lu <hjl@lucon.org> | 2007-07-27 13:26:44 +0000 |
commit | 3cffb284429524bf13309b388a326112337f3ca7 (patch) | |
tree | 3161a1ef470fbcc9276078793558a30a553b5a97 /bfd/config.bfd | |
parent | aafc597bdae055c21fdfc40cd75b69ac1c6d7bc0 (diff) | |
download | gdb-3cffb284429524bf13309b388a326112337f3ca7.tar.gz |
2007-07-27 H.J. Lu <hongjiu.lu@intel.com>
* config.bfd (x86_64-*-mingw*): Don't include x86_64coff_vec.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 10b0b948157..b9a02227253 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -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 ;; |