413dcfdcf6
The current version of strace does not support the Xtensa architecture. Signed-off-by: Chris Zankel <chris@zankel.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
10 lines
255 B
Plaintext
10 lines
255 B
Plaintext
config BR2_PACKAGE_STRACE
|
|
bool "strace"
|
|
depends on !BR2_xtensa
|
|
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/
|