From b4c1d39a2b7decc68e9784041e73787c59716f58 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 20 Jun 2008 09:56:46 +0000 Subject: [PATCH] Don't force building a gdbserver when only native gdb is selected. /trunk/config/debug/gdb.in | 1 0 1 0 - /trunk/scripts/build/debug/300-gdb.sh | 1 0 1 0 - 2 files changed, 2 deletions(-) --- config/debug/gdb.in | 1 - scripts/build/debug/300-gdb.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/config/debug/gdb.in b/config/debug/gdb.in index 4b35cc2a..643162b6 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 703082b2..c6ba4ef8 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