All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/strace: disable build for nds32
@ 2019-04-30 11:17 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2019-04-30 11:17 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=14c9b9ed27660ca57c1b3759d566b743b0f10323
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Current version of strace does not support nds32.

Fixes:
http://autobuild.buildroot.net/results/05ec776548c9bede4878d4c3c43040c5b0aac182
http://autobuild.buildroot.net/results/24023f2fa3dbf7c281726abdbfd4322badaffbfb

Cc: Nylon Chen <nylon7@andestech.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/strace/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/strace/Config.in b/package/strace/Config.in
index c7649e5789..38b4ebe32a 100644
--- a/package/strace/Config.in
+++ b/package/strace/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_STRACE
 	bool "strace"
 	# needs at least kernel headers 4.0 on nios2
 	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_0 || !BR2_nios2
+	depends on !BR2_nds32
 	help
 	  A useful diagnostic, instructional, and debugging tool.
 	  Allows you to track what system calls a program makes

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-30 11:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-30 11:17 [Buildroot] [git commit] package/strace: disable build for nds32 Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.