strace: Enable for MIPS platforms with uClibc
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Fri, 30 Jan 2015 14:33:53 +0000 (14:33 +0000)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 1 Feb 2015 22:20:35 +0000 (23:20 +0100)
Enable strace for MIPS platforms with uClibc again since this C library
is now fixed.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/strace/Config.in

index 07667ede2ab5b1b4bf9c0a4465a1d78287a92725..ad8d30816e1f7b749fdb673585fae0a6d51e88a5 100644 (file)
@@ -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