diff options
author | Joel Sherrill <joel.sherrill@oarcorp.com> | 2009-01-06 14:40:32 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@oarcorp.com> | 2009-01-06 14:40:32 +0000 |
commit | 3baa454d4a70a944772a1796dab77a77685a56c0 (patch) | |
tree | 30c72ce0674da26486f0ccfe7c6d9ddb07aae8c0 /bfd/config.bfd | |
parent | ff703abe6485de37c9935feaa1342de7712b4b83 (diff) | |
download | gdb-3baa454d4a70a944772a1796dab77a77685a56c0.zip gdb-3baa454d4a70a944772a1796dab77a77685a56c0.tar.gz gdb-3baa454d4a70a944772a1796dab77a77685a56c0.tar.bz2 |
2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* config.bfd: Add lm32-*-rtems*.
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 452f25d..e3d2b86 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -728,7 +728,7 @@ case "${targ}" in targ_defvec=bfd_elf32_iq2000_vec ;; - lm32-*-elf) + lm32-*-elf | lm32-*-rtems*) targ_defvec=bfd_elf32_lm32_vec targ_selvecs=bfd_elf32_lm32fdpic_vec ;; |