summaryrefslogtreecommitdiff
path: root/package/strace
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2015-01-30 14:33:53 +0000
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-02-01 23:20:35 +0100
commit7b5ff1ab8ae6c9de6e8f6c0355d80255ae344efe (patch)
tree2e703460da04427485b83a139cd9a1738498dd7f /package/strace
parent8deb5725577a104f4c1e1a569af9675514e13772 (diff)
strace: Enable for MIPS platforms with uClibc
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>
Diffstat (limited to 'package/strace')
-rw-r--r--package/strace/Config.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/strace/Config.in b/package/strace/Config.in
index 07667ede2..ad8d30816 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