summaryrefslogtreecommitdiff
path: root/toolchain/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-08-30 21:56:45 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-08-30 21:56:45 +0200
commit843c9483d71e59d8aa262e2cdfaf2ccf881727b9 (patch)
tree6bc232a52f7fc36a75df7d71c9e473b41bf060bf /toolchain/Makefile
parentab58cf872f099a4e1bcba9b884cc651719d8e3c9 (diff)
gdb-host: disable by default to fasten toolchain building
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r--toolchain/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile
index 9cafeeda3..0ac3a5dba 100644
--- a/toolchain/Makefile
+++ b/toolchain/Makefile
@@ -45,11 +45,14 @@ TARGETS+=elf2flt
ELF2FLT:=elf2flt-install
endif
+ifeq ($(ADK_TOOLCHAIN_WITH_GDB),y)
# disable gdb for some architectures
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
+endif
+
ifeq (${ADK_PRELINK},y)
TARGETS+=prelink-cross
endif