diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-02-17 23:41:17 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-02-17 23:41:17 +0100 |
commit | 991b90f2425a6f14115efee2456919063d4e1a2b (patch) | |
tree | f165dbbc68303aac3b97516a5ef2da457c24c646 /config/debug | |
parent | 2949150cbe92e9e90e9738a2b77489cb0593b5a7 (diff) | |
download | crosstool-ng-991b90f2425a6f14115efee2456919063d4e1a2b.tar.gz crosstool-ng-991b90f2425a6f14115efee2456919063d4e1a2b.tar.bz2 crosstool-ng-991b90f2425a6f14115efee2456919063d4e1a2b.zip |
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')
-rw-r--r-- | config/debug/ltrace.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/debug/ltrace.in b/config/debug/ltrace.in index 850ee741..bddc568e 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 |