crosstool-ng/config/debug/ltrace.in
Chris Packham 9e027d8f4c ltrace: Add !BARE_METAL dependency
Ltrace requires an OS. Add a depend to prevent ltrace from being
selected when building for bare metal.

Fixes #1555, #2240
Signed-off-by: Chris Packham <judge.packham@gmail.com>
2025-01-05 12:01:29 +13:00

10 lines
390 B
Plaintext

# ltrace
## depends on ! BARE_METAL
## select LIBELF_TARGET
##
## 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.