summaryrefslogtreecommitdiff
path: root/kconfig/strace.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-12-19 19:56:38 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-12-19 19:56:38 +0100
commit475b56f10780534ce3828a9bee8bc774bc8b28f3 (patch)
tree06bf96a97dd82b228584d2a40879ba128980b05a /kconfig/strace.kconfig
parentf6700b77457c838f09a5f9d3dc02f94113370f75 (diff)
downloadembtoolkit-475b56f10780534ce3828a9bee8bc774bc8b28f3.tar.gz
embtoolkit-475b56f10780534ce3828a9bee8bc774bc8b28f3.tar.bz2
embtoolkit-475b56f10780534ce3828a9bee8bc774bc8b28f3.tar.xz
Toolchain: strace: give the ability to choose which version to build
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'kconfig/strace.kconfig')
-rw-r--r--kconfig/strace.kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/kconfig/strace.kconfig b/kconfig/strace.kconfig
index 1f38cb6..ff30693 100644
--- a/kconfig/strace.kconfig
+++ b/kconfig/strace.kconfig
@@ -28,3 +28,18 @@ config EMBTK_ROOTFS_HAVE_STRACE
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.
+
+choice
+ prompt "starce version to use"
+ depends on EMBTK_ROOTFS_HAVE_STRACE
+ config EMBTK_STRACE_VERSION_4_5_19
+ bool "strace-4.5.19"
+ config EMBTK_STRACE_VERSION_4_5_18
+ bool "strace-4.5.18"
+endchoice
+
+config EMBTK_STRACE_VERSION_STRING
+ string
+ default "4.5.19" if EMBTK_STRACE_VERSION_4_5_19
+ default "4.5.18" if EMBTK_STRACE_VERSION_4_5_18
+