From: Ezequiel GarcĂ­a Date: Mon, 4 Jan 2016 18:14:18 +0000 (-0300) Subject: strace: enable supported nios2 arch X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=df903787f15b1e8f8da3879ef93fdfbdb9ecb203;p=buildroot.git strace: enable supported nios2 arch Support for Nios-II has been added in strace release 4.11. Signed-off-by: Ezequiel Garcia Tested-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/package/strace/Config.in b/package/strace/Config.in index bdd76382c8..bbb582ad53 100644 --- a/package/strace/Config.in +++ b/package/strace/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_STRACE bool "strace" - depends on !BR2_nios2 help A useful diagnostic, instructional, and debugging tool. Allows you to track what system calls a program makes