Commit 413dcfdc authored by Chris Zankel's avatar Chris Zankel Committed by Peter Korsgaard
Browse files

xtensa: disable package strace for Xtensa



The current version of strace does not support the Xtensa architecture.

Signed-off-by: default avatarChris Zankel <chris@zankel.net>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 72df08ee
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
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