1999-07-15 J.T. Conklin <jtc@redback.com>
authorIan Lance Taylor <ian@airs.com>
Thu, 15 Jul 1999 14:38:23 +0000 (14:38 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 15 Jul 1999 14:38:23 +0000 (14:38 +0000)
* config.bfd (i[3456]86-*-vxworks*): New target.

bfd/ChangeLog
bfd/config.bfd

index 147ad465af394baefca5ad071d71c43ce4fae5cf..0f451d2530ec440c6e56eae4a41529e02ed7f760 100644 (file)
@@ -1,3 +1,7 @@
+1999-07-15  J.T. Conklin  <jtc@redback.com>
+
+       * config.bfd (i[3456]86-*-vxworks*): New target.
+
 1999-07-15  Mark Mitchell  <mark@codesourcery.com>
 
        * elf32-mips.c (mips_elf_stub_section_p): New function.
index 1bf9286a68ff5449306afbed7dabedb2671b7097..1f3b66316725b8e41288d05c420eca81c75302af 100644 (file)
@@ -313,6 +313,9 @@ case "${targ}" in
   i[3456]86-*-aout* | i[3456]86*-*-vsta*)
     targ_defvec=i386aout_vec
     ;;
+  i[3456]86-*-vxworks*)
+    targ_defvec=i386aout_vec
+    ;;
 
   i860-*-mach3* | i860-*-osf1* | i860-*-coff*)
     targ_defvec=i860coff_vec
This page took 0.029684 seconds and 4 git commands to generate.