summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-17 22:06:21 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-17 22:06:21 +0100
commit52dbdcd1045c7a8ad96753593540719cff9f8863 (patch)
treec3846ee1d303b12fca506ab080e48d3dbf3be55d
parent15c84adca94bfe4a89ece5c04f06a884cf508ebb (diff)
enable old behavior and enable gdb/c++ by default
-rw-r--r--toolchain/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index 06f0c468a..e86e9656f 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -3,12 +3,12 @@ menu "Toolchain settings"
config ADK_TOOLCHAIN_GDB
prompt "Enable building of the GNU debugger"
boolean
- default n
+ default y
config ADK_TOOLCHAIN_GCC_CXX
prompt "Enable building of G++ (C++ language support in GCC)"
boolean
- default n
+ default y
config ADK_TOOLCHAIN_GCC_JAVA
prompt "Enable building of GCJ (Java language support in GCC)"