mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-23 14:42:26 +00:00
libelf and ltrace are now no longer EXPERIMENTAL.
Remove old versions that never worked. /trunk/config/debug/ltrace.in | 14 4 10 0 ++++---------- /trunk/config/tools/libelf.in | 5 0 5 0 ----- 2 files changed, 4 insertions(+), 15 deletions(-)
This commit is contained in:
parent
5cadb1c40b
commit
e6eb172a59
@ -4,20 +4,15 @@
|
||||
config DEBUG_ltrace
|
||||
select TOOL_libelf
|
||||
help
|
||||
ltrace is currently BROKEN! It depends on libelf, and I don't
|
||||
know how to configure/compile that so that ltrace can successfully
|
||||
use it. If you manage to build ltrace (and libelf!), please be so
|
||||
kind as to tell me! Thank you!
|
||||
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
|
||||
the executed process and the signals which are received by that process.
|
||||
It can also intercept and print the system calls executed by the program.
|
||||
|
||||
choice
|
||||
bool
|
||||
prompt "ltrace version"
|
||||
|
||||
config LTRACE_V_0_3_36
|
||||
bool
|
||||
prompt "0.3.36 (OBSOLETE)"
|
||||
depends on OBSOLETE
|
||||
|
||||
config LTRACE_V_0_4
|
||||
bool
|
||||
prompt "0.4"
|
||||
@ -28,7 +23,6 @@ endchoice
|
||||
|
||||
config LTRACE_VERSION
|
||||
string
|
||||
default "0.3.36" if LTRACE_V_0_3_36
|
||||
default "0.4" if LTRACE_V_0_4
|
||||
# CT_INSERT_VERSION_STRING_ABOVE
|
||||
# # Don't remove above line!
|
||||
|
@ -1,4 +1,3 @@
|
||||
# EXPERIMENTAL
|
||||
# libelf config file
|
||||
|
||||
config TOOL_libelf
|
||||
@ -6,10 +5,6 @@ config TOOL_libelf
|
||||
libelf lets you read, modify or create ELF files in an
|
||||
architecture-independent way.
|
||||
|
||||
libelf is BROKEN! If you manage to make it actually _work_,
|
||||
please be so kind as to tell me. (By working, I mean it is
|
||||
useable at least by ltrace.) Thank you!
|
||||
|
||||
choice
|
||||
bool
|
||||
prompt "libelf version"
|
||||
|
Loading…
Reference in New Issue
Block a user