]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
strace: unavailable for AArch64 and ARC
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Sat, 11 May 2013 02:18:19 +0000 (02:18 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 11 May 2013 12:52:27 +0000 (14:52 +0200)
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>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/strace/Config.in

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