config/debug/ltrace.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Oct 26 15:23:42 2008 +0000 (2008-10-26)
changeset 990 22a864a48e05
parent 977 34a6d63fd7ab
child 1036 06aecfa2c355
permissions -rw-r--r--
Don't use /bin/ash as shell in samples.

/trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 7 3 4 0 +++---
/trunk/samples/powerpc-405-linux-gnu/crosstool.config | 17 8 9 0 +++++++--------
/trunk/samples/arm-unknown-eabi/crosstool.config | 6 3 3 0 ++--
3 files changed, 14 insertions(+), 16 deletions(-)
     1 # ltrace
     2 
     3 config DEBUG_ltrace
     4     select TOOL_libelf
     5     help
     6       ltrace is a program that simply runs the specified command until it exits.
     7       It intercepts and records the dynamic library calls which are called by
     8       the executed process and the signals which are received by that process.
     9       It can also intercept and print the system calls executed by the program.
    10 
    11 choice
    12     bool
    13     prompt "ltrace version"
    14 
    15 config LTRACE_V_0_4
    16     bool
    17     prompt "0.4"
    18 
    19 # CT_INSERT_VERSION_ABOVE
    20 # Don't remove above line!
    21 endchoice
    22 
    23 config LTRACE_VERSION
    24     string
    25     default "0.4" if LTRACE_V_0_4
    26 # CT_INSERT_VERSION_STRING_ABOVE
    27 # # Don't remove above line!