diff mbox

[2/2] xtensa: disable package strace for Xtensa

Message ID 50b40b38.e9bd440a.495e.ffffea20@mx.google.com
State Accepted
Commit 413dcfdcf6d4df80626aebe6be13648773ace707
Headers show

Commit Message

Chris Zankel Nov. 26, 2012, 10:49 p.m. UTC
The current version of strace does not support the Xtensa architecture.

Signed-off-by: Chris Zankel <chris@zankel.net>
---
 package/strace/Config.in |    1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/package/strace/Config.in b/package/strace/Config.in
index bbb582a..4b20377 100644
--- a/package/strace/Config.in
+++ b/package/strace/Config.in
@@ -1,5 +1,6 @@ 
 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