From 9bebf58143b5a5f2d3df7f4931d352427277d008 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 5 Mar 2010 18:19:25 +0100 Subject: config: hide entries when in backend mode This implies hidding entries for: - binutils libraries - dmalloc - duma - native gdb - ltrace - strace - sstrip diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index 22248d7..bec8725 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -58,6 +58,7 @@ config BINUTILS_FOR_TARGET bool prompt "binutils libraries for the target" depends on ! BARE_METAL + depends on ! BACKEND default n help Some utilities may need binutils libraries to be available on diff --git a/config/debug/dmalloc.in b/config/debug/dmalloc.in index fa6bdbd..c8dc377 100644 --- a/config/debug/dmalloc.in +++ b/config/debug/dmalloc.in @@ -1,4 +1,5 @@ # dmalloc debug facility +# depends on ! BACKEND config DEBUG_dmalloc bool diff --git a/config/debug/duma.in b/config/debug/duma.in index 753a879..c9c240e 100644 --- a/config/debug/duma.in +++ b/config/debug/duma.in @@ -1,4 +1,5 @@ # D.U.M.A. - Detect Unintended Memory Access - Memory checker +# depends on ! BACKEND config DEBUG_duma help diff --git a/config/debug/gdb.in b/config/debug/gdb.in index 0ee07cc..a5c69c5 100644 --- a/config/debug/gdb.in +++ b/config/debug/gdb.in @@ -41,6 +41,7 @@ config GDB_NATIVE prompt "Native gdb" default n depends on ! BARE_METAL + depends on ! BACKEND help Build and install a native gdb for the target, to run on the target. diff --git a/config/debug/ltrace.in b/config/debug/ltrace.in index bddc568..ec0c8e8 100644 --- a/config/debug/ltrace.in +++ b/config/debug/ltrace.in @@ -1,4 +1,5 @@ # ltrace +# depends on ! BACKEND config DEBUG_ltrace select LIBELF_TARGET diff --git a/config/debug/strace.in b/config/debug/strace.in index 65edc4d..5b9f29c 100644 --- a/config/debug/strace.in +++ b/config/debug/strace.in @@ -1,4 +1,5 @@ # strace +# depends on ! BACKEND config DEBUG_strace diff --git a/config/tools/sstrip.in b/config/tools/sstrip.in index 975e74f..7968799 100644 --- a/config/tools/sstrip.in +++ b/config/tools/sstrip.in @@ -1,4 +1,5 @@ # Configuration file for sstrip tool facility +# depends on ! BACKEND config TOOL_sstrip help -- cgit v0.10.2-6-g49f6