1999-07-21 H.J. Lu <hjl@gnu.org>
authorIan Lance Taylor <ian@airs.com>
Thu, 22 Jul 1999 00:49:09 +0000 (00:49 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 22 Jul 1999 00:49:09 +0000 (00:49 +0000)
* configure.tgt (mips*el-*-vxworks*): New target.

1999-07-21  Brad M. Garcia  <bgarcia@fore.com>

* configure.tgt (i[3456]86-*-vxworks*): New target.

ld/ChangeLog
ld/configure.tgt

index 48ffb22dd4864a0f4acb09cae362a267ee01fe3f..d137554d05ba62bb5a0efd8ae70e1acdf446103b 100644 (file)
@@ -1,3 +1,11 @@
+1999-07-21  H.J. Lu  <hjl@gnu.org>
+
+       * configure.tgt (mips*el-*-vxworks*): New target.
+
+1999-07-21  Brad M. Garcia  <bgarcia@fore.com>
+
+       * configure.tgt (i[3456]86-*-vxworks*): New target.
+
 Tue Jul 20 15:18:46 1999  Bob Manson  <manson@charmed.cygnus.com>
 
        * ldlang.c (lang_gc_sections): Only handle the start symbol
index 65203a96cc8a36b2ef2731a7df8f02afdbecfb49..2d242c3f31a7b3d86b020f6d3191b31c176c57fd 100644 (file)
@@ -117,6 +117,7 @@ i[3456]86-*-mingw32*)       targ_emul=i386pe ;
                        targ_extra_ofiles="deffilep.o pe-dll.o" ;;
 i[3456]86-*-beospe*)    targ_emul=i386beos ;;
 i[3456]86-*-beos*)     targ_emul=elf_i386_be ;;
+i[3456]86-*-vxworks*)  targ_emul=i386aout ;;
 m8*-*-*)               targ_emul=m88kbcs ;;
 a29k-*-udi)            targ_emul=sa29200 ;;
 a29k-*-ebmon)          targ_emul=ebmon29k ;;
@@ -197,6 +198,7 @@ mips*el-*-elf*)             targ_emul=elf32elmip ;;
 mips*-*-elf*)          targ_emul=elf32ebmip ;;
 mips*el-*-rtems*)      targ_emul=elf32elmip ;;
 mips*-*-rtems*)                targ_emul=elf32ebmip ;;
+mips*el-*-vxworks*)    targ_emul=elf32elmip ;;
 mips*-*-vxworks*)      targ_emul=elf32ebmip ;;
 mips*el-*-linux-gnu*)  targ_emul=elf32lsmip
                        targ_extra_emuls="elf32bsmip mipslit mipsbig"
This page took 0.029895 seconds and 4 git commands to generate.