From 41d390a7ac68e47a40e2654a863b41ad02c2c86b Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 22 Jul 1999 00:49:09 +0000 Subject: [PATCH] 1999-07-21 H.J. Lu * configure.tgt (mips*el-*-vxworks*): New target. 1999-07-21 Brad M. Garcia * configure.tgt (i[3456]86-*-vxworks*): New target. --- ld/ChangeLog | 8 ++++++++ ld/configure.tgt | 2 ++ 2 files changed, 10 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index 48ffb22dd4..d137554d05 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +1999-07-21 H.J. Lu + + * configure.tgt (mips*el-*-vxworks*): New target. + +1999-07-21 Brad M. Garcia + + * configure.tgt (i[3456]86-*-vxworks*): New target. + Tue Jul 20 15:18:46 1999 Bob Manson * ldlang.c (lang_gc_sections): Only handle the start symbol diff --git a/ld/configure.tgt b/ld/configure.tgt index 65203a96cc..2d242c3f31 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -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"