summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-27 23:17:52 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-27 23:17:52 +0100
commitb2039137cdb3d3bab1bb3480c3491d7d46546400 (patch)
tree6911dd4e47f9fb4168df6e1f0db20702e60c5aea
parent1c184aff456c29c1cc6b97c9b089da7d0898e632 (diff)
downloadembtoolkit-b2039137cdb3d3bab1bb3480c3491d7d46546400.tar.gz
embtoolkit-b2039137cdb3d3bab1bb3480c3491d7d46546400.tar.bz2
embtoolkit-b2039137cdb3d3bab1bb3480c3491d7d46546400.tar.xz
Toolchain: disable strace (for the moment) when musl is used a C library
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--core/kconfig/strace.kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/kconfig/strace.kconfig b/core/kconfig/strace.kconfig
index 7e527fd..5394bb8 100644
--- a/core/kconfig/strace.kconfig
+++ b/core/kconfig/strace.kconfig
@@ -25,6 +25,7 @@
config EMBTK_HAVE_STRACE
bool "Have strace in target"
+ depends on !EMBTK_CLIB_MUSL
help
strace is a system call tracer, i.e. a debugging tool which prints out
a trace of all the system calls made by a another process/program.