mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 02:39:46 +00:00
config: hide entries when in backend mode
This implies hidding entries for: - binutils libraries - dmalloc - duma - native gdb - ltrace - strace - sstrip
This commit is contained in:
parent
24cb85167d
commit
9bebf58143
@ -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
|
||||
|
@ -1,4 +1,5 @@
|
||||
# dmalloc debug facility
|
||||
# depends on ! BACKEND
|
||||
|
||||
config DEBUG_dmalloc
|
||||
bool
|
||||
|
@ -1,4 +1,5 @@
|
||||
# D.U.M.A. - Detect Unintended Memory Access - Memory checker
|
||||
# depends on ! BACKEND
|
||||
|
||||
config DEBUG_duma
|
||||
help
|
||||
|
@ -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.
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
# ltrace
|
||||
# depends on ! BACKEND
|
||||
|
||||
config DEBUG_ltrace
|
||||
select LIBELF_TARGET
|
||||
|
@ -1,4 +1,5 @@
|
||||
# strace
|
||||
# depends on ! BACKEND
|
||||
|
||||
config DEBUG_strace
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
# Configuration file for sstrip tool facility
|
||||
# depends on ! BACKEND
|
||||
|
||||
config TOOL_sstrip
|
||||
help
|
||||
|
Loading…
Reference in New Issue
Block a user