summaryrefslogtreecommitdiff
path: root/toolchain/gdb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-02-05 23:02:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-02-05 23:02:00 +0100
commit6d2e9103d92790de1029e07fcb93099161fd61b6 (patch)
tree91e04c99e8a8bf98947e2fcd1c7ef20fbc387bb8 /toolchain/gdb
parent9f8bcf50e6be51766b95824e3dd58c4612dbecef (diff)
fr-v: allow to build a uClibc-ng toolchain
Diffstat (limited to 'toolchain/gdb')
-rw-r--r--toolchain/gdb/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile
index 821d9ad81..917aad655 100644
--- a/toolchain/gdb/Makefile
+++ b/toolchain/gdb/Makefile
@@ -56,6 +56,9 @@ ifeq ($(ADK_TARGET_SIM),y)
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
+endif
ifeq ($(ADK_TARGET_ARCH_H8300),y)
$(INSTALL_BIN) $(GDB_BUILD_DIR)/sim/h8300/run $(TARGET_CROSS)run
endif