From 5e37cc467605bb1dc2e791806b55a3ca52702d99 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 8 Feb 2002 12:12:15 +0000 Subject: Fix compile time warning messages --- ld/ChangeLog | 4 ++++ ld/configure.tgt | 1 + 2 files changed, 5 insertions(+) (limited to 'ld') diff --git a/ld/ChangeLog b/ld/ChangeLog index 9fb5a6f..a6931b9 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2002-02-08 Ivan Guzvinec + + * configure.tgt: Add or32-*-rtems target. + 2002-02-08 Alexandre Oliva Contribute sh64-elf. diff --git a/ld/configure.tgt b/ld/configure.tgt index 6d179b8..1833c05 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -376,6 +376,7 @@ ns32k-pc532-netbsd* | ns32k-pc532-lites*) targ_emul=ns32knbsd ;; openrisc-*-*) targ_emul=elf32openrisc ;; or32-*-coff) targ_emul=or32 ;; or32-*-elf) targ_emul=or32elf ;; +or32-*-rtems) targ_emul=or32 ;; pdp11-*-*) targ_emul=pdp11 ;; pjl*-*-*) targ_emul=pjlelf ; targ_extra_emuls="elf_i386" ;; pj*-*-*) targ_emul=pjelf ;; -- cgit v1.1