mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07: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:
@@ -24,3 +24,7 @@ fi
|
||||
if build_with_debug && [ "$VALGRIND" = "yes" ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET valgrind"
|
||||
fi
|
||||
|
||||
if [ "$REMOTE_GDB" = "yes" ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET gdb:host"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user