This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, moxie] Add moxiebox target support


The rest of the GNU toolchain has supported the moxiebox target for a
few months now.  Moxiebox is a moxie-based VM architecture used by the
bitcoin community, and it now supports the GDB remote protocol.  I'm
checking this change in...

Thanks!

AG


2014-12-29  Anthony Green  <green@moxielogic.com>

	* configure.tgt: Add support for moxiebox target.


diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index 065e797..b2c752f 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -138,7 +138,7 @@ frv-*-*)
 	gdb_sim=../sim/frv/libsim.a
 	;;
 
-moxie-*-elf | moxie-*-rtems*)
+moxie-*-elf | moxie-*-moxiebox | moxie-*-rtems*)
 	gdb_target_obs="moxie-tdep.o"
 	gdb_sim=../sim/moxie/libsim.a
 	;;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]