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 | 45cf6f3e2379c12dbec8cdc42c0493e0a114bcc9 (patch) | |
tree | 4d1af9063639e0431f31bc079bd18266d7b31326 /ld | |
parent | b1ee46c5af3c2f31fd19d3643eb0c0783d4929e6 (diff) | |
download | gdb-45cf6f3e2379c12dbec8cdc42c0493e0a114bcc9.zip gdb-45cf6f3e2379c12dbec8cdc42c0493e0a114bcc9.tar.gz gdb-45cf6f3e2379c12dbec8cdc42c0493e0a114bcc9.tar.bz2 |
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 46cfa7f..448e2e3 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 41aebf2..7b6c572 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 ;; |