[moxie] Add moxiebox target support

Message ID 87k31bggg1.fsf@moxielogic.com
State New, archived
Headers

Commit Message

Anthony Green Dec. 29, 2014, 5:42 a.m. UTC
  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.
  

Patch

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
 	;;