diff -r 0b164a321177 -r 68af6b83ff7e config/debug/ltrace.in --- a/config/debug/ltrace.in Thu Oct 09 19:17:49 2008 +0000 +++ b/config/debug/ltrace.in Fri Oct 10 14:30:44 2008 +0000 @@ -1,20 +1,14 @@ +# EXPERIMENTAL # ltrace -menuconfig LTRACE - bool - prompt "ltrace (EXPERIMENTAL)" - default n - depends on EXPERIMENTAL - depends on ! BARE_METAL - select LIBELF +config DEBUG_ltrace + select TOOL_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" @@ -38,5 +32,3 @@ default "0.4" if LTRACE_V_0_4 # CT_INSERT_VERSION_STRING_ABOVE # # Don't remove above line! - -endif