diff options
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r-- | toolchain/Config.in | 16 |
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" |