xtensa: disable package strace for Xtensa
authorChris Zankel <chris@zankel.net>
Mon, 26 Nov 2012 12:49:42 +0000 (12:49 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 14 Jan 2013 21:53:36 +0000 (22:53 +0100)
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>
package/strace/Config.in

index bbb582ad53064b02382e99e7f199db33803b16df..4b203778ef1d87a8da07e779434f592c41ca00be 100644 (file)
@@ -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