buildrootschalter/package/strace/Config.in

20 lines
627 B
Plaintext
Raw Normal View History

2004-10-09 08:13:40 +02:00
config BR2_PACKAGE_STRACE
2004-10-14 22:33:45 +02:00
bool "strace"
depends on !BR2_nios2
depends on !((BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el) \
&& BR2_TOOLCHAIN_USES_UCLIBC)
depends on BR2_LARGEFILE
2004-10-09 08:13:40 +02:00
help
2004-10-14 22:33:45 +02:00
A useful diagnostic, instructional, and debugging tool.
Allows you to track what system calls a program makes
2004-10-14 22:33:45 +02:00
while it is running.
2004-10-09 08:13:40 +02:00
2004-10-14 22:33:45 +02:00
http://sourceforge.net/projects/strace/
comment "strace needs a toolchain w/ largefile"
depends on !BR2_LARGEFILE
comment "strace is not supported on MIPS using a uClibc toolchain"
depends on (BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el) && \
BR2_TOOLCHAIN_USES_UCLIBC