diff options
-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)" |