summaryrefslogtreecommitdiff
path: root/toolchain/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-03 13:18:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-03 13:18:00 +0100
commit506607a3a353ce42a015b25fe62759ec47b3a797 (patch)
tree106773c5e9529049ca2e33e3128977a603316196 /toolchain/Config.in
parent1dca0c28b1d70a82fcfd15f11b8cd1f52761ad2c (diff)
enable gdb by default
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r--toolchain/Config.in16
1 files changed, 2 insertions, 14 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index 6f51c2367..d6a578233 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -7,24 +7,12 @@ menu "Toolchain settings"
config ADK_TOOLCHAIN_GDB
prompt "Enable building of the GNU debugger"
boolean
- default y if !ADK_TARGET_SYSTEM_ATMEL_NGW100
- depends on !ADK_TARGET_SYSTEM_ATMEL_NGW100
+ default y
config ADK_TOOLCHAIN_GCC_CXX
prompt "Enable building of G++ (C++ language support in GCC)"
boolean
- default y if !ADK_TARGET_WITH_MULTILIB
-
-#config ADK_TOOLCHAIN_GCC_JAVA
-# prompt "Enable building of GCJ (Java language support in GCC)"
-# boolean
-# select ADK_PACKAGE_LIBGCJ
-# default n
-#
-#config ADK_TOOLCHAIN_GCC_OBJC
-# prompt "Enable building of Objective C compiler"
-# boolean
-# default n
+ default y
config ADK_TOOLCHAIN_GCC_SSP
prompt "Enable Stack Smashing Protection in GCC"