[Buildroot] [git commit] strace: enable supported nios2 arch

Peter Korsgaard peter at korsgaard.com
Mon Jan 4 20:59:20 UTC 2016


commit: http://git.buildroot.net/buildroot/commit/?id=df903787f15b1e8f8da3879ef93fdfbdb9ecb203
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Support for Nios-II has been added in strace release 4.11.

Signed-off-by: Ezequiel Garcia <ezequiel at vanguardiasur.com.ar>
Tested-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/strace/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/strace/Config.in b/package/strace/Config.in
index bdd7638..bbb582a 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


More information about the buildroot mailing list