summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-06-20 09:56:46 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-06-20 09:56:46 (GMT)
commitb4c1d39a2b7decc68e9784041e73787c59716f58 (patch)
tree81a1827ce7b063f902e6542a487ba002713cc852 /scripts
parent631ad148a2596859ab8ffddf4c66ef57e384adf0 (diff)
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(-)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/debug/300-gdb.sh1
1 files changed, 0 insertions, 1 deletions
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