package/strace: disable build for nds32
authorBaruch Siach <baruch@tkos.co.il>
Tue, 30 Apr 2019 10:53:24 +0000 (13:53 +0300)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 30 Apr 2019 11:17:59 +0000 (13:17 +0200)
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

index c7649e57898dd11d6f9a31810a633c105e04c48a..38b4ebe32a4be4c9d2e4a3a6dce93958f9bdcf00 100644 (file)
@@ -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