summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-07 11:18:11 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-07 11:18:11 -0500
commit2a310dda3155e05505eaa2b16e2c4bc81aa88239 (patch)
tree47cc95099bf0b0caac5d84af3ffad792f26948eb /toolchain
parent4460dd0ba7005289d3224442faf870e59e1e2f86 (diff)
install simulator
Diffstat (limited to 'toolchain')
-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