From 928d915afcfb066875e5c80d823666d64437d73c Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 13 Jan 2009 03:21:25 +0000 Subject: add support for an optional staging directory for debug binaries git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14018 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Config.in') diff --git a/Config.in b/Config.in index a952f462f..a5b336461 100644 --- a/Config.in +++ b/Config.in @@ -106,6 +106,13 @@ config DEBUG help Disables stripping and adds -g3 to the CFLAGS +config DEBUG_DIR + bool "Install debugging binaries into a staging directory" + default n + help + This will install all compiled package binaries into build_dir/target-*/debug-*/, + useful for cross-debugging via gdb/gdbserver + config NO_STRIP bool "Install unstripped binary on the target (useful for native compiling/debugging)" default n -- cgit v1.2.3