mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
xtensa: disable package strace for Xtensa
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>
This commit is contained in:
parent
72df08ee45
commit
413dcfdcf6
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_STRACE
|
config BR2_PACKAGE_STRACE
|
||||||
bool "strace"
|
bool "strace"
|
||||||
|
depends on !BR2_xtensa
|
||||||
help
|
help
|
||||||
A useful diagnostic, instructional, and debugging tool.
|
A useful diagnostic, instructional, and debugging tool.
|
||||||
Allows you to track what system calls a program makes
|
Allows you to track what system calls a program makes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user