[Buildroot] [PATCH 1/4] debug: do not force installation of gdbserver

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Jul 11 21:53:22 UTC 2011


The BR2_ENABLE_DEBUG option selects the compilation and installation
of gdbserver on the target. This is a bit restrictive, especially for
external toolchains, which may already contain a gdbserver on the
target.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 Config.in |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/Config.in b/Config.in
index a67c08d..b130b27 100644
--- a/Config.in
+++ b/Config.in
@@ -172,7 +172,6 @@ config BR2_DEPRECATED
 
 config BR2_ENABLE_DEBUG
 	bool "build packages with debugging symbols"
-	select BR2_PACKAGE_GDB_SERVER
 	help
 	  Build packages with debugging symbols
 	  enabled
-- 
1.7.4.1




More information about the buildroot mailing list