summaryrefslogtreecommitdiff
path: root/toolchain/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-04-02 08:56:34 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-04-02 08:56:34 +0200
commit8f7c6a8536326251f574d02a62ac244d38e605b6 (patch)
tree7e7c1bb84577fb0ac3ec8203bfe1e9d72556e5e1 /toolchain/Makefile
parent35e145d8d1e42c4da3556ddec2f1075306cb11e1 (diff)
add support for epiphany bare-metal toolchain building
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 c85839fe8..b80782081 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_NDS32)$(ADK_TARGET_ARCH_METAG)$(ADK_TARGET_ARCH_OR1K),)
+ifeq ($(ADK_TARGET_ARCH_ARC)$(ADK_TARGET_ARCH_EPIPHANY)$(ADK_TARGET_ARCH_NDS32)$(ADK_TARGET_ARCH_METAG)$(ADK_TARGET_ARCH_OR1K),)
TARGETS+=gdb
GDB:=gdb-install
endif