projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72df08e
)
xtensa: disable package strace for Xtensa
author
Chris Zankel
<chris@zankel.net>
Mon, 26 Nov 2012 12:49:42 +0000
(12:49 +0000)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/strace/Config.in
b/package/strace/Config.in
index bbb582ad53064b02382e99e7f199db33803b16df..4b203778ef1d87a8da07e779434f592c41ca00be 100644
(file)
--- 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