summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-01-15 19:33:37 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-01-15 19:33:37 +0100
commit4f8cb295daf718a9d7bb3da37867e939a63ac454 (patch)
tree311adad33392c026a82129d0e0b1cffa88a645b4 /kconfig
parentdec7ba98333dcf69a97ea8a22583171fbe035e00 (diff)
downloadembtoolkit-4f8cb295daf718a9d7bb3da37867e939a63ac454.tar.gz
embtoolkit-4f8cb295daf718a9d7bb3da37867e939a63ac454.tar.bz2
embtoolkit-4f8cb295daf718a9d7bb3da37867e939a63ac454.tar.xz
Toolchain: consider strace as toolchain addon
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/strace.kconfig11
1 files changed, 3 insertions, 8 deletions
diff --git a/kconfig/strace.kconfig b/kconfig/strace.kconfig
index 80c9edb..0450d18 100644
--- a/kconfig/strace.kconfig
+++ b/kconfig/strace.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2009-2011 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2009-2012 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
@@ -23,8 +23,7 @@
# \date August 2009
################################################################################
-config EMBTK_ROOTFS_HAVE_STRACE
- depends on EMBTK_HAVE_ROOTFS
+config EMBTK_HAVE_STRACE
bool "Have strace in target"
help
strace is a system call tracer, i.e. a debugging tool which prints out
@@ -32,7 +31,7 @@ config EMBTK_ROOTFS_HAVE_STRACE
choice
prompt "starce version to use"
- depends on EMBTK_ROOTFS_HAVE_STRACE
+ depends on EMBTK_HAVE_STRACE
config EMBTK_STRACE_VERSION_4_5_20
bool "strace-4.5.20"
@@ -55,7 +54,3 @@ config EMBTK_STRACE_NEED_PATCH
bool
config EMBTK_STRACE_NEED_AUTORECONF
bool
-config EMBTK_STRACE_PKG_IS_TARGZ
- bool
-config EMBTK_STRACE_PKG_IS_TARBZ2
- bool