diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-17 22:06:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-17 22:06:21 +0100 |
commit | 52dbdcd1045c7a8ad96753593540719cff9f8863 (patch) | |
tree | c3846ee1d303b12fca506ab080e48d3dbf3be55d /toolchain | |
parent | 15c84adca94bfe4a89ece5c04f06a884cf508ebb (diff) |
enable old behavior and enable gdb/c++ by default
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/Config.in | 4 |
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)" |