mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 13:23:08 +00:00
e6eb172a59
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(-)
25 lines
443 B
Plaintext
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!
|