mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 17:26:41 +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
|
bool
|
||||||
prompt "Native gdb"
|
prompt "Native gdb"
|
||||||
default n
|
default n
|
||||||
select GDB_GDBSERVER
|
|
||||||
help
|
help
|
||||||
Build and install a native gdb for the target, to run on the target.
|
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
|
make DESTDIR="${CT_DEBUG_INSTALL_DIR}" install 2>&1 |CT_DoLog ALL
|
||||||
|
|
||||||
# Building a native gdb also builds a gdbserver
|
# 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
|
find "${CT_DEBUG_INSTALL_DIR}" -type f -name gdbserver -exec rm -fv {} + 2>&1 |CT_DoLog ALL
|
||||||
|
|
||||||
unset ac_cv_func_strncmp_works
|
unset ac_cv_func_strncmp_works
|
||||||
|
Loading…
x
Reference in New Issue
Block a user