2007-07-13 12:22:34 +00:00
|
|
|
# libelf config file
|
|
|
|
|
2008-10-10 14:30:44 +00:00
|
|
|
config TOOL_libelf
|
2007-07-13 12:22:34 +00:00
|
|
|
help
|
|
|
|
libelf lets you read, modify or create ELF files in an
|
|
|
|
architecture-independent way.
|
|
|
|
|
|
|
|
choice
|
|
|
|
bool
|
|
|
|
prompt "libelf version"
|
2009-09-13 16:38:06 +00:00
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_BELOW
|
2007-07-13 12:22:34 +00:00
|
|
|
|
2009-10-04 09:25:34 +00:00
|
|
|
config LIBELF_V_0_8_12
|
|
|
|
bool
|
|
|
|
prompt "0.8.12"
|
|
|
|
|
2009-08-02 21:33:37 +00:00
|
|
|
config LIBELF_V_0_8_11
|
|
|
|
bool
|
|
|
|
prompt "0.8.11"
|
|
|
|
|
2009-09-13 15:51:33 +00:00
|
|
|
config LIBELF_V_0_8_10
|
|
|
|
bool
|
2009-10-28 18:15:50 +00:00
|
|
|
prompt "0.8.10 (OBSOLETE)"
|
|
|
|
depends on OBSOLETE
|
2009-09-13 15:51:33 +00:00
|
|
|
|
2007-07-13 12:22:34 +00:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config LIBELF_VERSION
|
|
|
|
string
|
2009-09-13 16:38:06 +00:00
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_STRING_BELOW
|
2009-10-04 09:25:34 +00:00
|
|
|
default "0.8.12" if LIBELF_V_0_8_12
|
2009-08-02 21:33:37 +00:00
|
|
|
default "0.8.11" if LIBELF_V_0_8_11
|
2009-09-13 15:51:33 +00:00
|
|
|
default "0.8.10" if LIBELF_V_0_8_10
|