From 056a1d49d70097de36b5293dd52690927e0762bd Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 14 Sep 2001 11:46:40 +0000 Subject: Add support for arm-openbsd target --- ld/ChangeLog | 4 ++++ ld/configure.tgt | 1 + 2 files changed, 5 insertions(+) (limited to 'ld') diff --git a/ld/ChangeLog b/ld/ChangeLog index d225d77..de358dc 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2001-09-14 Kevin Lo + + * configure.tgt: Add arm-openbsd target. + 2001-09-12 H.J. Lu * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and diff --git a/ld/configure.tgt b/ld/configure.tgt index bc9489b..41aebf2 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -197,6 +197,7 @@ arm-*-coff) targ_emul=armcoff ;; arm-*-vxworks) targ_emul=armcoff ;; arm-*-freebsd*) targ_emul=armelf ;; arm-*-netbsd*) targ_emul=armnbsd ;; +arm-*-openbsd*) targ_emul=armnbsd ;; arm-*-rtems*) targ_emul=armelf ;; arm-*-elf) targ_emul=armelf ;; arm-*-oabi) targ_emul=armelf_oabi ;; -- cgit v1.1