7b5ff1ab8a
Enable strace for MIPS platforms with uClibc again since this C library is now fixed. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
356 B
Plaintext
14 lines
356 B
Plaintext
config BR2_PACKAGE_STRACE
|
|
bool "strace"
|
|
depends on !BR2_nios2
|
|
depends on BR2_LARGEFILE
|
|
help
|
|
A useful diagnostic, instructional, and debugging tool.
|
|
Allows you to track what system calls a program makes
|
|
while it is running.
|
|
|
|
http://sourceforge.net/projects/strace/
|
|
|
|
comment "strace needs a toolchain w/ largefile"
|
|
depends on !BR2_LARGEFILE
|