summaryrefslogtreecommitdiffstats
path: root/rules/gdbserver.in
diff options
context:
space:
mode:
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 c0a50354c..a90fa1c4f 100644
--- a/rules/gdbserver.in
+++ b/rules/gdbserver.in
@@ -10,7 +10,7 @@ config GDBSERVER_SHARED
bool "shared gdbserver"
default y
depends on GDBSERVER
- select GLIBC_THREAD_DB if GLIBC && GLIBC_INSTALL
+ select LIBC_THREAD_DB
help
If not set, the build option LDFLAGS=-static
will be activated.