Przeglądaj źródła

strace: unavailable for AArch64 and ARC

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>
Gustavo Zacarias 12 lat temu
rodzic
commit
2e040c6310
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      package/strace/Config.in

+ 1 - 1
package/strace/Config.in

@@ -1,6 +1,6 @@
 config BR2_PACKAGE_STRACE
 config BR2_PACKAGE_STRACE
 	bool "strace"
 	bool "strace"
-	depends on !BR2_xtensa
+	depends on !(BR2_xtensa || BR2_aarch64 || BR2_arc)
 	help
 	help
 	  A useful diagnostic, instructional, and debugging tool.
 	  A useful diagnostic, instructional, and debugging tool.
 	  Allows you to track what system calls a program makes
 	  Allows you to track what system calls a program makes