mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-10 15:02:56 +00:00
9e027d8f4c
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>
10 lines
390 B
Plaintext
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.
|