* Makefile.am: Use a temporary file to build chew.
[deliverable/binutils-gdb.git] / bfd / config.bfd
index 5bf985a4fabe406b8faf0a723206e6698afed3d9..9bec56db5591e4863d06b277e0d9f5764d40994c 100644 (file)
@@ -369,7 +369,12 @@ case "${targ}" in
     targ_selvecs=bfd_elf32_frv_vec
     ;;
 
-  h8300*-*-elf)
+  h8300*-*-rtemscoff*)
+    targ_defvec=h8300coff_vec
+    targ_underscore=yes
+    ;;
+
+  h8300*-*-elf | h8300*-*-rtems*)
     targ_defvec=bfd_elf32_h8300_vec
     targ_underscore=yes
     ;;
@@ -601,7 +606,7 @@ case "${targ}" in
     targ_defvec=i386aout_vec
     ;;
   i[3-7]86-*-vxworks)
-    targ_defvec=bfd_elf32_i386_vec
+    targ_defvec=bfd_elf32_i386_vxworks_vec
     targ_underscore=yes
     ;;
   i[3-7]86-*-chaos)
This page took 0.023522 seconds and 4 git commands to generate.