aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2009-01-06 14:40:32 +0000
committerJoel Sherrill <joel.sherrill@oarcorp.com>2009-01-06 14:40:32 +0000
commit3baa454d4a70a944772a1796dab77a77685a56c0 (patch)
tree30c72ce0674da26486f0ccfe7c6d9ddb07aae8c0 /bfd/config.bfd
parentff703abe6485de37c9935feaa1342de7712b4b83 (diff)
downloadfsf-binutils-gdb-3baa454d4a70a944772a1796dab77a77685a56c0.zip
fsf-binutils-gdb-3baa454d4a70a944772a1796dab77a77685a56c0.tar.gz
fsf-binutils-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.bfd2
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
;;