summaryrefslogtreecommitdiff
path: root/config/debug/ltrace.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/debug/ltrace.in')
-rw-r--r--config/debug/ltrace.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/config/debug/ltrace.in b/config/debug/ltrace.in
index 84b93ba..dbc90ea 100644
--- a/config/debug/ltrace.in
+++ b/config/debug/ltrace.in
@@ -2,14 +2,15 @@
menuconfig LTRACE
bool
- prompt "ltrace"
+ prompt "ltrace (EXPERIMENTAL)"
default n
- depends on BROKEN
+ depends on EXPERIMENTAL
+ depends on ! BARE_METAL
select LIBELF
help
ltrace is currently BROKEN! It depends on libelf, and I don't
know how to configure/compile that so that ltrace can successfully
- use it. I you manage to build ltrace (and libelf!), please be so
+ use it. If you manage to build ltrace (and libelf!), please be so
kind as to tell me! Thank you!
if LTRACE