Add moxie-*-rtems* support.

This commit is contained in:
Anthony Green 2013-02-26 22:12:47 +00:00
parent 730fbaf8fd
commit acd7db3006
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-02-26 Anthony Green <green@moxielogic.com>
* configure.tgt: Add support for moxie-*-rtems* target.
2013-02-25 Pedro Alves <palves@redhat.com>
* common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change

View File

@ -139,7 +139,7 @@ frv-*-*)
gdb_sim=../sim/frv/libsim.a
;;
moxie-*-elf)
moxie-*-elf | moxie-*-rtems*)
gdb_target_obs="moxie-tdep.o"
gdb_sim=../sim/moxie/libsim.a
;;