diff options
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 562c331c55b..8bc330e41ab 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -480,11 +480,13 @@ case "${targ}" in targ_defvec=d30v_elf32_vec ;; +#ifdef BFD64 bpf-*-none) targ_defvec=bpf_elf64_le_vec targ_selvecs=bpf_elf64_be_vec targ_underscore=yes ;; +#endif epiphany-*-*) targ_defvec=epiphany_elf32_vec |