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

Chris Zankel chris at zankel.net
Mon Nov 26 22:49:42 UTC 2012


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

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

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
-- 
1.7.9.5



More information about the buildroot mailing list