mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
virtual/debug: build remote/cross gdb if REMOTE_GDB is set
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
f699a62097
commit
7d9abe360d
@ -24,3 +24,7 @@ fi
|
|||||||
if build_with_debug && [ "$VALGRIND" = "yes" ]; then
|
if build_with_debug && [ "$VALGRIND" = "yes" ]; then
|
||||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET valgrind"
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET valgrind"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$REMOTE_GDB" = "yes" ]; then
|
||||||
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET gdb:host"
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user