crosstool-ng/config/debug/ltrace.in
Yann E. MORIN" 4a1f2bf705 Remove CT_BROKEN.
Only one component is actually BROKEN (libelf), make it depend on EXPERIMENTAL, but state BROKEN in the prompt.
ltrace (which depends on libelf) is now marked as EXPERIMENTAL, with the reference to the BROKEN libelf in the help entry.

 /trunk/docs/overview.txt          |    6     0     6     0 ------
 /trunk/config/debug/ltrace.in     |    7     4     3     0 ++++---
 /trunk/config/global/ct-behave.in |    8     0     8     0 --------
 /trunk/config/tools/libelf.in     |    5     3     2     0 +++--
 4 files changed, 7 insertions(+), 19 deletions(-)
2008-10-09 19:17:49 +00:00

43 lines
851 B
Plaintext

# ltrace
menuconfig LTRACE
bool
prompt "ltrace (EXPERIMENTAL)"
default n
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. If you manage to build ltrace (and libelf!), please be so
kind as to tell me! Thank you!
if LTRACE
choice
bool
prompt "ltrace version"
config LTRACE_V_0_3_36
bool
prompt "0.3.36 (OBSOLETE)"
depends on OBSOLETE
config LTRACE_V_0_4
bool
prompt "0.4"
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
config LTRACE_VERSION
string
default "0.3.36" if LTRACE_V_0_3_36
default "0.4" if LTRACE_V_0_4
# CT_INSERT_VERSION_STRING_ABOVE
# # Don't remove above line!
endif