summaryrefslogtreecommitdiff
path: root/toolchain/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-07-09 16:01:37 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-07-09 16:01:45 -0500
commit3fc6aff4e447d0f64474788bea63f77dd623ce16 (patch)
tree83a57a6ea2f2950aa9ed5b06120e83300d7d7e32 /toolchain/Makefile
parent9351601c88d763468667b5e929be621da2f5607f (diff)
add support for metag architecture
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 0f17d1051..cee9bab27 100644
--- a/toolchain/Makefile
+++ b/toolchain/Makefile
@@ -40,7 +40,7 @@ ELF2FLT:=elf2flt-install
endif
# disable gdb for arc
-ifeq ($(ADK_TARGET_ARCH_ARC),)
+ifeq ($(ADK_TARGET_ARCH_ARC)$(ADK_TARGET_ARCH_METAG),)
TARGETS+=gdb
GDB:=gdb-install
endif