| Submitter | Chris Zankel |
|---|---|
| Date | Nov. 26, 2012, 10:49 p.m. |
| Message ID | <50b40b38.e9bd440a.495e.ffffea20@mx.google.com> |
| Download | mbox | patch |
| Permalink | /patch/202224/ |
| State | Accepted |
| Commit | 413dcfdcf6d4df80626aebe6be13648773ace707 |
| Headers | show |
Comments
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
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(+)