summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in.gdbserver
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-05-06 22:20:50 (GMT)
committerAlexey Neyman <stilor@att.net>2018-05-06 22:20:50 (GMT)
commit3f16a8e2697237df61f0eba3c23148126c925e17 (patch)
treebc474d038d38b8404a3ea7eaac92100b863a5819 /config/debug/gdb.in.gdbserver
parentca3701bd3decc3b5280dd4bc3463e11d14466b4a (diff)
Restore a missing GDB option
(whether GDB has --disable-build-with-cxx) and use it. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/debug/gdb.in.gdbserver')
-rw-r--r--config/debug/gdb.in.gdbserver1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/debug/gdb.in.gdbserver b/config/debug/gdb.in.gdbserver
index 8e999b4..d7f1bb8 100644
--- a/config/debug/gdb.in.gdbserver
+++ b/config/debug/gdb.in.gdbserver
@@ -16,7 +16,6 @@ config GDB_GDBSERVER_HAS_IPA_LIB
depends on GDB_7_2_or_later
default y
-# gdbserver is then linked with "-static -Wl,--dynamic-list=..." which
config GDB_GDBSERVER_STATIC
bool
prompt "Build a static gdbserver"