summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-05-25 13:25:14 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-05-25 13:25:14 +0200
commitaea51e31eb198ec36f06ed609b4ed766cd4c445d (patch)
treea4d2c266b1526592cecc74e60ee7201dc1383c83
parent60f9d879c2ffe548ccfda17adf8bdf11001073b8 (diff)
downloadembtoolkit-aea51e31eb198ec36f06ed609b4ed766cd4c445d.tar.gz
embtoolkit-aea51e31eb198ec36f06ed609b4ed766cd4c445d.tar.bz2
embtoolkit-aea51e31eb198ec36f06ed609b4ed766cd4c445d.tar.xz
Toolchain addons: update to strace pre-4.9 with fixes for musl
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--core/kconfig/strace.kconfig11
1 files changed, 5 insertions, 6 deletions
diff --git a/core/kconfig/strace.kconfig b/core/kconfig/strace.kconfig
index da51468..866ab59 100644
--- a/core/kconfig/strace.kconfig
+++ b/core/kconfig/strace.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2009-2013 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2009-2014 Abdoulaye Walsimou GAYE.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -25,7 +25,6 @@
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.
@@ -34,11 +33,11 @@ choice
prompt "starce version to use"
depends on EMBTK_HAVE_STRACE
- config EMBTK_STRACE_VERSION_4_8
- bool "strace-embtk-4.8"
+ config EMBTK_STRACE_VERSION_4_9
+ bool "strace-embtk-pre4.9"
select EMBTK_STRACE_NEED_PATCH
config EMBTK_STRACE_VERSION_GIT
- bool "Use strace git repository"
+ bool "strace-git"
select EMBTK_STRACE_NEED_AUTORECONF
help
Say Y here to use strace development version from its git
@@ -61,7 +60,7 @@ config EMBTK_STRACE_REFSPEC
#
config EMBTK_STRACE_VERSION_STRING
string
- default "embtk-4.8" if EMBTK_STRACE_VERSION_4_8
+ default "embtk-pre4.9" if EMBTK_STRACE_VERSION_4_9
default "git" if EMBTK_STRACE_VERSION_GIT
#