kumquat-buildroot/package/strace/Config.in
Vicente Olivert Riera 7b5ff1ab8a strace: Enable for MIPS platforms with uClibc
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>
2015-02-01 23:20:35 +01:00

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