crosstool-ng/config/tools/libelf.in
Yann E. MORIN" e6eb172a59 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(-)
2008-10-25 16:32:11 +00:00

25 lines
443 B
Plaintext

# libelf config file
config TOOL_libelf
help
libelf lets you read, modify or create ELF files in an
architecture-independent way.
choice
bool
prompt "libelf version"
config LIBELF_V_0_8_10
bool
prompt "0.8.10"
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
config LIBELF_VERSION
string
default "0.8.10" if LIBELF_V_0_8_10
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!