summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-07-26 05:07:33 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-07-26 05:32:49 +0200
commit285cf52be98b027686534b0a8041bc91200e47ec (patch)
treee1e26555d87c71792b4f2b8dda3332958ad9c579 /toolchain
parentdc691fec88afc4ba5eb0d809b9ce9d19e9b039e2 (diff)
add bare-metal toolchain support for cr16 architecture
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 3d9986974..9cafeeda3 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_METAG)$(ADK_TARGET_ARCH_NDS32)$(ADK_TARGET_ARCH_OR1K),)
+ifeq ($(ADK_TARGET_ARCH_ARC)$(ADK_TARGET_ARCH_CR16)$(ADK_TARGET_ARCH_EPIPHANY)$(ADK_TARGET_ARCH_METAG)$(ADK_TARGET_ARCH_NDS32)$(ADK_TARGET_ARCH_OR1K),)
TARGETS+=gdb
GDB:=gdb-install
endif