Don't force building a gdbserver when only native gdb is selected.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Jun 20 09:56:46 2008 +0000 (2008-06-20)
changeset 596d1651a3f42a3
parent 595 3ea35558d659
child 597 443a8d2d4790
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
scripts/build/debug/300-gdb.sh
     1.1 --- a/config/debug/gdb.in	Fri Jun 20 09:17:06 2008 +0000
     1.2 +++ b/config/debug/gdb.in	Fri Jun 20 09:56:46 2008 +0000
     1.3 @@ -33,7 +33,6 @@
     1.4      bool
     1.5      prompt "Native gdb"
     1.6      default n
     1.7 -    select GDB_GDBSERVER
     1.8      help
     1.9        Build and install a native gdb for the target, to run on the target.
    1.10  
     2.1 --- a/scripts/build/debug/300-gdb.sh	Fri Jun 20 09:17:06 2008 +0000
     2.2 +++ b/scripts/build/debug/300-gdb.sh	Fri Jun 20 09:56:46 2008 +0000
     2.3 @@ -158,7 +158,6 @@
     2.4          make DESTDIR="${CT_DEBUG_INSTALL_DIR}" install  2>&1 |CT_DoLog ALL
     2.5  
     2.6          # Building a native gdb also builds a gdbserver
     2.7 -        CT_DoLog DEBUG "Removing spurious gdbserver"
     2.8          find "${CT_DEBUG_INSTALL_DIR}" -type f -name gdbserver -exec rm -fv {} + 2>&1 |CT_DoLog ALL
     2.9  
    2.10          unset ac_cv_func_strncmp_works