summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/debug/gdb.in1
-rw-r--r--scripts/build/debug/300-gdb.sh1
2 files changed, 0 insertions, 2 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index 4b35cc2..643162b 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -33,7 +33,6 @@ config GDB_NATIVE
bool
prompt "Native gdb"
default n
- select GDB_GDBSERVER
help
Build and install a native gdb for the target, to run on the target.
diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh
index 703082b..c6ba4ef 100644
--- a/scripts/build/debug/300-gdb.sh
+++ b/scripts/build/debug/300-gdb.sh
@@ -158,7 +158,6 @@ do_debug_gdb_build() {
make DESTDIR="${CT_DEBUG_INSTALL_DIR}" install 2>&1 |CT_DoLog ALL
# Building a native gdb also builds a gdbserver
- CT_DoLog DEBUG "Removing spurious gdbserver"
find "${CT_DEBUG_INSTALL_DIR}" -type f -name gdbserver -exec rm -fv {} + 2>&1 |CT_DoLog ALL
unset ac_cv_func_strncmp_works