summaryrefslogtreecommitdiffstats
path: root/rules/gdbserver.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-01-17 01:09:26 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-01-17 01:09:26 +0100
commitf765445df89e884554361cca95059a7a42923c3b (patch)
tree5019e9033f0b6838236251b1b7244a02cb966308 /rules/gdbserver.in
parentd7a8ce379e695237f59ee4f5b1ec2a9fd6f9f3bc (diff)
downloadptxdist-f765445df89e884554361cca95059a7a42923c3b.tar.gz
ptxdist-f765445df89e884554361cca95059a7a42923c3b.tar.xz
[gdbserver] add missing dependencies
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gdbserver.in')
-rw-r--r--rules/gdbserver.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/gdbserver.in b/rules/gdbserver.in
index 013a5ea92..43d059d3e 100644
--- a/rules/gdbserver.in
+++ b/rules/gdbserver.in
@@ -3,6 +3,7 @@
menuconfig GDBSERVER
tristate
prompt "gdbserver "
+ select LIBC_THREAD_DB if GDBSERVER_SHARED
help
GDBSERVER is a program that allows you to run GDB on a
different machine than the one which is running the
@@ -13,7 +14,6 @@ if GDBSERVER
config GDBSERVER_SHARED
bool "shared gdbserver"
default y
- select LIBC_THREAD_DB
help
If not set, the build option LDFLAGS=-static
will be activated.