summaryrefslogtreecommitdiff
path: root/config/debug/ltrace.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-02-17 22:41:17 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-02-17 22:41:17 (GMT)
commit991b90f2425a6f14115efee2456919063d4e1a2b (patch)
treef165dbbc68303aac3b97516a5ef2da457c24c646 /config/debug/ltrace.in
parent2949150cbe92e9e90e9738a2b77489cb0593b5a7 (diff)
comp-libs: make libelf a companion library
When gcc-4.5 is out, it will require libelf. So better make it a companion library now rather than postponing the ineluctable.
Diffstat (limited to 'config/debug/ltrace.in')
-rw-r--r--config/debug/ltrace.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/debug/ltrace.in b/config/debug/ltrace.in
index 850ee74..bddc568 100644
--- a/config/debug/ltrace.in
+++ b/config/debug/ltrace.in
@@ -1,7 +1,7 @@
# ltrace
config DEBUG_ltrace
- select TOOL_libelf
+ select LIBELF_TARGET
help
ltrace is a program that simply runs the specified command until it exits.
It intercepts and records the dynamic library calls which are called by