Browse Source

enable gdb by default

Waldemar Brodkorb 11 years ago
parent
commit
506607a3a3
2 changed files with 2 additions and 15 deletions
  1. 0 1
      mk/build.mk
  2. 2 14
      toolchain/Config.in

+ 0 - 1
mk/build.mk

@@ -17,7 +17,6 @@ DEFCONFIG=		ADK_DEBUG=n \
 			ADK_LEAVE_ETC_ALONE=n \
 			ADK_SIMPLE_NETWORK_CONFIG=n \
 			ADK_USE_CCACHE=n \
-			ADK_TOOLCHAIN_GDB=n \
 			ADK_PACKAGE_BASE_FILES=y \
 			ADK_PACKAGE_E2FSCK_STATIC=n \
 			ADK_PACKAGE_KEXECINIT=n \

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