Chromium Code Reviews| Index: bfd/config.bfd |
| diff --git a/bfd/config.bfd b/bfd/config.bfd |
| index 5337ce55b8db1ba744b4755616ff5a54705a6b38..396a24c5909af6498da62a4bd09f7f8036d1e66c 100644 |
| --- a/bfd/config.bfd |
| +++ b/bfd/config.bfd |
| @@ -606,7 +606,7 @@ case "${targ}" in |
| targ_selvecs="bfd_elf32_i386_vec i386netbsd_vec i386coff_vec i386pei_vec x86_64pei_vec bfd_elf64_l1om_vec bfd_elf64_k1om_vec" |
| want64=true |
| ;; |
| - x86_64-*-linux-*) |
| + x86_64-*-linux-* | x86_64-*-nacl*) |
| targ_defvec=bfd_elf64_x86_64_vec |
| targ_selvecs="bfd_elf32_i386_vec bfd_elf32_x86_64_vec i386linux_vec i386pei_vec x86_64pei_vec bfd_elf64_l1om_vec bfd_elf64_k1om_vec" |
| want64=true |