RISC-V: Add riscv-*-* configure support, and minor cleanup.
[deliverable/binutils-gdb.git] / bfd / config.bfd
index f8ca72b332396939c7c04a8774ce4c54f5a82d42..6391f35684edae49b150068fdff90ef33672cbbc 100644 (file)
@@ -1174,12 +1174,12 @@ case "${targ}" in
     ;;
 
 #ifdef BFD64
-  riscv32-*-*)
+  riscv-*-* | riscv32*-*-*)
     targ_defvec=riscv_elf32_vec
     targ_selvecs="riscv_elf32_vec riscv_elf64_vec"
     want64=true
     ;;
-  riscv64-*-*)
+  riscv64*-*-*)
     targ_defvec=riscv_elf64_vec
     targ_selvecs="riscv_elf32_vec riscv_elf64_vec"
     want64=true
This page took 0.026893 seconds and 4 git commands to generate.