bfd: fix build with --enable-targets=all in 32-bit hosts
[deliverable/binutils-gdb.git] / bfd / config.bfd
index 562c331c55b2def59c2f4dd6ca78e1ce5a159372..8bc330e41abcbd1a9c7814874dfce79827558a7e 100644 (file)
@@ -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
This page took 0.027182 seconds and 4 git commands to generate.