diff options
author | Anthony Green <green@redhat.com> | 2010-07-30 07:32:18 +0000 |
---|---|---|
committer | Anthony Green <green@redhat.com> | 2010-07-30 07:32:18 +0000 |
commit | e95c64cb3b984a2314b458e82f460d59b8323d47 (patch) | |
tree | c0aefb07147f60a7ee7b99ca08b0393a2025a3c3 /bfd/config.bfd | |
parent | 9ff9845ffb1ecbfff1b9a016fe076f800cdefb3e (diff) | |
download | binutils-e95c64cb3b984a2314b458e82f460d59b8323d47.zip binutils-e95c64cb3b984a2314b458e82f460d59b8323d47.tar.gz binutils-e95c64cb3b984a2314b458e82f460d59b8323d47.tar.bz2 |
Add moxie-rtems support
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 960d4d4..0bfb535 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -418,7 +418,7 @@ case "${targ}" in targ_selvecs=bfd_elf32_frv_vec ;; - moxie-*-elf | moxie-*-uclinux) + moxie-*-elf | moxie-*-rtems | moxie-*-uclinux) targ_defvec=bfd_elf32_moxie_vec ;; |