diff options
author | Anthony Green <green@redhat.com> | 2009-07-31 11:25:14 +0000 |
---|---|---|
committer | Anthony Green <green@redhat.com> | 2009-07-31 11:25:14 +0000 |
commit | 2cf4dbf1610c7307a1d10336cb2fa964606972bc (patch) | |
tree | cc2bf328bdc8adbf30567023aaaf51ec35233276 /bfd/config.bfd | |
parent | 1b01a1f0144bcfd0602c2ef305729c5cea437f61 (diff) | |
download | binutils-redhat-2cf4dbf1610c7307a1d10336cb2fa964606972bc.tar.gz |
Add moxie-uclinux 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 b95079fbfc..029fa34305 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-*-elf | moxie-*-uclinux) targ_defvec=bfd_elf32_moxie_vec ;; |