mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
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:
parent
631ad148a2
commit
b4c1d39a2b
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user