summaryrefslogtreecommitdiff
path: root/toolchain/gdb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-03-26 23:34:22 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-03-26 23:34:32 +0100
commit99ef028282b95d908836d0df8edc7200fbb728ff (patch)
tree7d40d2904141b7b788e88803fc74f29b674ec6b9 /toolchain/gdb
parent2c420855ca68eaf1586a882fe85dc6ad518dcc7a (diff)
frv: resolve remaining issues to check toolchain compile
Diffstat (limited to 'toolchain/gdb')
-rw-r--r--toolchain/gdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile
index 917aad655..676b9b3a9 100644
--- a/toolchain/gdb/Makefile
+++ b/toolchain/gdb/Makefile
@@ -57,7 +57,7 @@ ifeq ($(ADK_TARGET_ARCH_BFIN),y)
$(INSTALL_BIN) $(GDB_BUILD_DIR)/sim/bfin/run $(TARGET_CROSS)run
endif
ifeq ($(ADK_TARGET_ARCH_FRV),y)
- $(INSTALL_BIN) $(WRKBUILD)/sim/frv/run $(TARGET_CROSS)run
+ $(INSTALL_BIN) $(GDB_BUILD_DIR)/sim/frv/run $(TARGET_CROSS)run
endif
ifeq ($(ADK_TARGET_ARCH_H8300),y)
$(INSTALL_BIN) $(GDB_BUILD_DIR)/sim/h8300/run $(TARGET_CROSS)run