Merge pull request #881 from ksergeyv/master

Do not build a native gdbserver automatically
This commit is contained in:
Alexey Neyman 2017-12-16 11:32:02 -08:00 committed by GitHub
commit 4088f4852c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
#