summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toolchain/gdb/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile
index f311790f0..9728e3815 100644
--- a/toolchain/gdb/Makefile
+++ b/toolchain/gdb/Makefile
@@ -47,6 +47,9 @@ $(WRKBUILD)/.installed:
ifeq ($(ADK_TARGET_ARCH_BFIN),y)
$(INSTALL_BIN) $(WRKBUILD)/sim/bfin/run $(TARGET_CROSS)run
endif
+ifeq ($(ADK_TARGET_ARCH_H8300),y)
+ $(INSTALL_BIN) $(WRKBUILD)/sim/h8300/run $(TARGET_CROSS)run
+endif
touch $@
include ${ADK_TOPDIR}/mk/toolchain.mk