summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-02-16 09:02:05 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-02-16 09:02:05 +0100
commit40b0e9c937b3098fce9e570d2ce4f3a057456bd0 (patch)
tree06d5344a283f0c964bd504758525ce9170f179e2 /toolchain
parent22120d505749f6b174ce482d2b60980e14ce248b (diff)
add nds32 bare-metal toolchain support
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile
index b1aaac653..c85839fe8 100644
--- a/toolchain/Makefile
+++ b/toolchain/Makefile
@@ -37,7 +37,7 @@ ELF2FLT:=elf2flt-install
endif
# disable gdb for some architectures
-ifeq ($(ADK_TARGET_ARCH_ARC)$(ADK_TARGET_ARCH_METAG)$(ADK_TARGET_ARCH_OR1K),)
+ifeq ($(ADK_TARGET_ARCH_ARC)$(ADK_TARGET_ARCH_NDS32)$(ADK_TARGET_ARCH_METAG)$(ADK_TARGET_ARCH_OR1K),)
TARGETS+=gdb
GDB:=gdb-install
endif