Also get rid of the backport patches which are already present upstream. Tested on ARC with LFS [Peter: drop incomplete !LFS patch, depend on BR2_LARGEFILE] Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Cc: arc-linux-dev@synopsys.com Cc: Max Filippov <jcmvbkbc@gmail.com> Cc: Anton Blanchard <anton@samba.org> Cc: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.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
|