From c85f7f4082e480485e8a0f1549615b5b680d96ff Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 14 Mar 2012 23:49:56 +0100 Subject: debug: do not force installation of gdbserver 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 Signed-off-by: Peter Korsgaard --- Config.in | 1 - 1 file changed, 1 deletion(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 2002996fe..e07e52f17 100644 --- a/Config.in +++ b/Config.in @@ -205,7 +205,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 -- cgit v1.2.3