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(-)
This commit is contained in:
Yann E. MORIN" 2008-06-20 09:56:46 +00:00
parent 631ad148a2
commit b4c1d39a2b
2 changed files with 0 additions and 2 deletions

View File

@ -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.

View File

@ -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