From patchwork Mon Nov 26 22:49:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/2] xtensa: disable package strace for Xtensa Date: Mon, 26 Nov 2012 12:49:42 -0000 From: Chris Zankel X-Patchwork-Id: 202224 Message-Id: <50b40b38.e9bd440a.495e.ffffea20@mx.google.com> The current version of strace does not support the Xtensa architecture. Signed-off-by: Chris Zankel --- 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