[Buildroot] [PATCH 2/2] strace: Enable for MIPS platforms with uClibc

Vicente Olivert Riera Vincent.Riera at imgtec.com
Fri Jan 30 14:33:53 UTC 2015


Enable strace for MIPS platforms with uClibc again since this C library
is now fixed.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
---
 package/strace/Config.in |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/package/strace/Config.in b/package/strace/Config.in
index 07667ed..ad8d308 100644
--- a/package/strace/Config.in
+++ b/package/strace/Config.in
@@ -1,8 +1,6 @@
 config BR2_PACKAGE_STRACE
 	bool "strace"
 	depends on !BR2_nios2
-	depends on !((BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el) \
-		&& BR2_TOOLCHAIN_USES_UCLIBC)
 	depends on BR2_LARGEFILE
 	help
 	  A useful diagnostic, instructional, and debugging tool.
@@ -13,7 +11,3 @@ config BR2_PACKAGE_STRACE
 
 comment "strace needs a toolchain w/ largefile"
 	depends on !BR2_LARGEFILE
-
-comment "strace is not supported on MIPS using a uClibc toolchain"
-	depends on (BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el) && \
-		BR2_TOOLCHAIN_USES_UCLIBC
-- 
1.7.1



More information about the buildroot mailing list