diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2001-10-08 18:54:13 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@redhat.com> | 2001-10-08 18:54:13 +0000 |
commit | 02cef64fb7392911e1c79cbbf98cd1af55f0b974 (patch) | |
tree | 4bcf03ad11e91d2691c813b287452e9a2aaa47fa /ld | |
parent | 84c1f9ebb6909badf98ede964b844b9288e348fa (diff) | |
download | binutils-redhat-02cef64fb7392911e1c79cbbf98cd1af55f0b974.tar.gz |
2001-10-08 Aldy Hernandez <aldyh@redhat.com>
* configure.tgt (targ): Add arm9e-*-elf.
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 46cfa7f4b4..448e2e3bbe 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2001-10-08 Aldy Hernandez <aldyh@redhat.com> + + * configure.tgt (targ): Add arm9e-*-elf. + 2001-10-05 H.J. Lu <hjl@gnu.org> * genscripts.sh: Fix a typo in the last change. diff --git a/ld/configure.tgt b/ld/configure.tgt index 41aebf2631..7b6c572a03 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -200,6 +200,7 @@ arm-*-netbsd*) targ_emul=armnbsd ;; arm-*-openbsd*) targ_emul=armnbsd ;; arm-*-rtems*) targ_emul=armelf ;; arm-*-elf) targ_emul=armelf ;; +arm9e-*-elf) targ_emul=armelf ;; arm-*-oabi) targ_emul=armelf_oabi ;; arm*-*-linux-gnu*) targ_emul=armelf_linux; targ_extra_emuls=armelf ;; arm*-*-uclinux*) targ_emul=armelf_linux; targ_extra_emuls=armelf ;; |