summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-01-13 03:21:25 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-01-13 03:21:25 +0000
commit928d915afcfb066875e5c80d823666d64437d73c (patch)
treeb2f98ad66d9698b8c9607f426f420d92f11576bf /Config.in
parent27d9b3cf4400ad09544678fe20cd03dd069b5df5 (diff)
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
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in7
1 files changed, 7 insertions, 0 deletions
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