public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH, moxie] Add moxiebox target support
@ 2014-12-29  5:42 Anthony Green
  0 siblings, 0 replies; only message in thread
From: Anthony Green @ 2014-12-29  5:42 UTC (permalink / raw)
  To: gdb-patches


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-29  5:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-29  5:42 [PATCH, moxie] Add moxiebox target support Anthony Green

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).