# HG changeset patch # User "Yann E. MORIN" # Date 1213955806 0 # Node ID d1651a3f42a3f54b4ee30e3fcdc16758dd73c4aa # Parent 3ea35558d659f7987aa2702d3f5fd2adf920119f 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(-) diff -r 3ea35558d659 -r d1651a3f42a3 config/debug/gdb.in --- a/config/debug/gdb.in Fri Jun 20 09:17:06 2008 +0000 +++ b/config/debug/gdb.in Fri Jun 20 09:56:46 2008 +0000 @@ -33,7 +33,6 @@ 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 -r 3ea35558d659 -r d1651a3f42a3 scripts/build/debug/300-gdb.sh --- a/scripts/build/debug/300-gdb.sh Fri Jun 20 09:17:06 2008 +0000 +++ b/scripts/build/debug/300-gdb.sh Fri Jun 20 09:56:46 2008 +0000 @@ -158,7 +158,6 @@ 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