1
0
Kaynağa Gözat

enable old behavior and enable gdb/c++ by default

Waldemar Brodkorb 14 yıl önce
ebeveyn
işleme
52dbdcd104
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      toolchain/Config.in

+ 2 - 2
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)"