crosstool-ng/config/debug/ltrace.in
Yann E. MORIN" 6c368af5b4 Do a clean-up pass on the OBSOLETE features (versions):
- remove legions of those,
 - remove associated patches no longer needed,
 - mark then as (OBSOLETE) in the prompt;
2007-08-14 20:11:44 +00:00

42 lines
801 B
Plaintext

# ltrace
menuconfig LTRACE
bool
prompt "ltrace"
default n
depends on BROKEN
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
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