config/debug/ltrace.in
changeset 925 ac50e4f1360a
parent 914 0b164a321177
child 977 34a6d63fd7ab
     1.1 --- a/config/debug/ltrace.in	Thu Oct 09 19:17:49 2008 +0000
     1.2 +++ b/config/debug/ltrace.in	Mon Oct 13 20:36:37 2008 +0000
     1.3 @@ -1,20 +1,14 @@
     1.4 +# EXPERIMENTAL
     1.5  # ltrace
     1.6  
     1.7 -menuconfig LTRACE
     1.8 -    bool
     1.9 -    prompt "ltrace (EXPERIMENTAL)"
    1.10 -    default n
    1.11 -    depends on EXPERIMENTAL
    1.12 -    depends on ! BARE_METAL
    1.13 -    select LIBELF
    1.14 +config DEBUG_ltrace
    1.15 +    select TOOL_libelf
    1.16      help
    1.17        ltrace is currently BROKEN! It depends on libelf, and I don't
    1.18        know how to configure/compile that so that ltrace can successfully
    1.19        use it. If you manage to build ltrace (and libelf!), please be so
    1.20        kind as to tell me! Thank you!
    1.21  
    1.22 -if LTRACE
    1.23 -
    1.24  choice
    1.25      bool
    1.26      prompt "ltrace version"
    1.27 @@ -38,5 +32,3 @@
    1.28      default "0.4" if LTRACE_V_0_4
    1.29  # CT_INSERT_VERSION_STRING_ABOVE
    1.30  # # Don't remove above line!
    1.31 -
    1.32 -endif