summaryrefslogtreecommitdiff
path: root/toolchain/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-04-09 12:48:08 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-30 03:44:10 +0200
commit7ed4d2a409cb24e7beef850c6b90e47f0f6b71d2 (patch)
treebc1ebdfaa9cafaab8c30fa915ff98f51a5509eee /toolchain/Makefile
parentc5990c364e54fae1b1d0da5f88d3cf7c9c0ba782 (diff)
add support for nds32 architecture
Verified on a FPGA board sponsored by Andes Technology. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r--toolchain/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile
index 5e19998eb..3d9986974 100644
--- a/toolchain/Makefile
+++ b/toolchain/Makefile
@@ -46,7 +46,7 @@ ELF2FLT:=elf2flt-install
endif
# disable gdb for some architectures
-ifeq ($(ADK_TARGET_ARCH_ARC)$(ADK_TARGET_ARCH_EPIPHANY)$(ADK_TARGET_ARCH_NDS32)$(ADK_TARGET_ARCH_METAG)$(ADK_TARGET_ARCH_OR1K),)
+ifeq ($(ADK_TARGET_ARCH_ARC)$(ADK_TARGET_ARCH_EPIPHANY)$(ADK_TARGET_ARCH_METAG)$(ADK_TARGET_ARCH_NDS32)$(ADK_TARGET_ARCH_OR1K),)
TARGETS+=gdb
GDB:=gdb-install
endif