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>
This commit is contained in:
parent
8deb572557
commit
7b5ff1ab8a
@ -1,8 +1,6 @@
|
|||||||
config BR2_PACKAGE_STRACE
|
config BR2_PACKAGE_STRACE
|
||||||
bool "strace"
|
bool "strace"
|
||||||
depends on !BR2_nios2
|
depends on !BR2_nios2
|
||||||
depends on !((BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el) \
|
|
||||||
&& BR2_TOOLCHAIN_USES_UCLIBC)
|
|
||||||
depends on BR2_LARGEFILE
|
depends on BR2_LARGEFILE
|
||||||
help
|
help
|
||||||
A useful diagnostic, instructional, and debugging tool.
|
A useful diagnostic, instructional, and debugging tool.
|
||||||
@ -13,7 +11,3 @@ config BR2_PACKAGE_STRACE
|
|||||||
|
|
||||||
comment "strace needs a toolchain w/ largefile"
|
comment "strace needs a toolchain w/ largefile"
|
||||||
depends on !BR2_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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user