mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 14:12:26 +00:00
9fdb93cce0
This allows us to include the component-to-package relation in the generated kconfig files and make use of that information in the show-config.sh script. Signed-off-by: Alexey Neyman <stilor@att.net>
17 lines
675 B
Plaintext
17 lines
675 B
Plaintext
# ltrace
|
|
|
|
## select LIBELF_TARGET
|
|
## depends on ! LIBC_BIONIC
|
|
##
|
|
## help ltrace is a program that simply runs the specified command until it exits.
|
|
## help It intercepts and records the dynamic library calls which are called by
|
|
## help the executed process and the signals which are received by that process.
|
|
## help It can also intercept and print the system calls executed by the program.
|
|
|
|
# Ltrace 0.5.3 had a unique hand-crafted configure script that has to be
|
|
# run differently from any preceding or following releases. This serves
|
|
# as a reminder to remove that code once 0.5.3 support is dropped.
|
|
config LTRACE_0_5_3_CONFIGURE
|
|
bool
|
|
default y if LTRACE_V_0_5_3
|