mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 08:25:32 +00:00
Do not build a native gdbserver automatically
Signed-off-by: Sergey Korolev <s.korolev@ndmsystems.com>
This commit is contained in:
parent
01e329051e
commit
1de8f5e98b
@ -182,6 +182,10 @@ do_debug_gdb_build() {
|
||||
native_extra_config+=("--with-curses")
|
||||
fi
|
||||
|
||||
# Build a native gdbserver later if required.
|
||||
# Newer versions enable it automatically for a native target by default.
|
||||
native_extra_config+=("--enable-gdbserver=no")
|
||||
|
||||
# Target libexpat resides in sysroot and does not have
|
||||
# any dependencies, so just passing '-lexpat' to gcc is enough.
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user