[Patch, moxie] Add support for moxie-*-rtems* target

Anthony Green green@moxielogic.com
Tue Feb 26 22:12:00 GMT 2013


I'm checking in this minor change to add an RTEMS target for gdb.
The rest of the toolchain has supported this configuration for some
time now.

2013-02-26  Anthony Green  <green@moxielogic.com>

       * configure.tgt: Add support for moxie-*-rtems* target.


Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.267
diff -u -r1.267 configure.tgt
--- configure.tgt       4 Feb 2013 20:48:53 -0000       1.267
+++ configure.tgt       26 Feb 2013 22:10:41 -0000
@@ -139,7 +139,7 @@
        gdb_sim=../sim/frv/libsim.a
        ;;

-moxie-*-elf)
+moxie-*-elf | moxie-*-rtems*)
        gdb_target_obs="moxie-tdep.o"
        gdb_sim=../sim/moxie/libsim.a



More information about the Gdb-patches mailing list