diff mbox

strace: unavailable for AArch64 and ARC

Message ID 1368274699-417-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 2e040c6310eb0de6049d45563ba767c2c9b191d6
Headers show

Commit Message

Gustavo Zacarias May 11, 2013, 12:18 p.m. UTC
strace isn't available for the AArch64 and ARC architectures.
The patchset for AArch64 is somewhat big and complicated (needs updates
to other bits) so it'd probably be better to use a git version of strace
or wait for a new release.
http://autobuild.buildroot.net/results/506f4adec348f0b616ad09bddbcbc242e38253b8/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/strace/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard May 11, 2013, 12:52 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> strace isn't available for the AArch64 and ARC architectures.
 Gustavo> The patchset for AArch64 is somewhat big and complicated (needs updates
 Gustavo> to other bits) so it'd probably be better to use a git version of strace
 Gustavo> or wait for a new release.
 Gustavo> http://autobuild.buildroot.net/results/506f4adec348f0b616ad09bddbcbc242e38253b8/

Committed, thanks.
diff mbox

Patch

diff --git a/package/strace/Config.in b/package/strace/Config.in
index 4b20377..153bcf6 100644
--- a/package/strace/Config.in
+++ b/package/strace/Config.in
@@ -1,6 +1,6 @@ 
 config BR2_PACKAGE_STRACE
 	bool "strace"
-	depends on !BR2_xtensa
+	depends on !(BR2_xtensa || BR2_aarch64 || BR2_arc)
 	help
 	  A useful diagnostic, instructional, and debugging tool.
 	  Allows you to track what system calls a program makes