diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/configure.tgt | 1 |
2 files changed, 5 insertions, 0 deletions
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 <kevlo@openbsd.org> + + * configure.tgt: Add arm-openbsd target. + 2001-09-12 H.J. Lu <hjl@gnu.org> * 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 ;; |