summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-03-14 23:49:56 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-03-15 23:03:08 +0100
commitc85f7f4082e480485e8a0f1549615b5b680d96ff (patch)
treea0cc66e9d27a24a7e9420220170a5f71a299ddee /Config.in
parentccb44fd52f76bca3cbd6a89bc9407ada5ab47d65 (diff)
downloadbuildroot-novena-c85f7f4082e480485e8a0f1549615b5b680d96ff.tar.gz
buildroot-novena-c85f7f4082e480485e8a0f1549615b5b680d96ff.zip
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 <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in1
1 files changed, 0 insertions, 1 deletions
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