summaryrefslogtreecommitdiff
path: root/toolchain/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-07 16:59:51 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-07 16:59:51 +0100
commitd3b021b5410aeb3f62a7225dccb3f6f2617d4c38 (patch)
treee4313904bd4622b4b9c6ec8dc2fa24a970c9bd60 /toolchain/Makefile
parenta34589bab665fdf945eaa22d756b45418763deea (diff)
add toolchain settings menu point
- gdb compilation can be disabled - gcc languages (c++/java) can be enabled/disabled - gcc stack smashing protection can be enabled/disabled
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r--toolchain/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile
index 1e36c6b5f..b9a13f04a 100644
--- a/toolchain/Makefile
+++ b/toolchain/Makefile
@@ -26,7 +26,9 @@ ifeq ($(ADK_TARGET_LIB_UCLIBC),y)
TARGETS+=uClibc
LIBC:=uClibc
endif
+ifeq ($(ADK_TOOLCHAIN_GDB),y)
TARGETS+=gdb
+endif
DOWNLOAD:=kernel-headers-download $(patsubst %,%-download,$(TARGETS))
TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS))