Add support for the h8300-linux target.
[deliverable/binutils-gdb.git] / bfd / config.bfd
index 62f8ee41ef77cebefe3b7428e5f15dcda4a1b493..b79c7115f3035b7bea6dd96e30d9fa26a2a4fd69 100644 (file)
@@ -461,6 +461,10 @@ case "${targ}" in
     targ_underscore=yes
     ;;
 
+  h8300*-*-linux*)
+    targ_defvec=h8300_elf32_linux_vec
+    ;;
+
   h8300*-*-*)
     targ_defvec=h8300_coff_vec
     targ_underscore=yes
This page took 0.026939 seconds and 4 git commands to generate.