complibs/libelf: remove old versions

Those old versions are not suitable for use by gcc.
This commit is contained in:
Yann E. MORIN" 2010-04-15 22:35:15 +02:00
parent eed8d50d02
commit c9b45d8751

View File

@ -14,15 +14,6 @@ config LIBELF_V_0_8_12
bool
prompt "0.8.12"
config LIBELF_V_0_8_11
bool
prompt "0.8.11"
config LIBELF_V_0_8_10
bool
prompt "0.8.10 (OBSOLETE)"
depends on OBSOLETE
endchoice
config LIBELF_VERSION
@ -31,5 +22,3 @@ config LIBELF_VERSION
# CT_INSERT_VERSION_STRING_BELOW
default "0.8.13" if LIBELF_V_0_8_13
default "0.8.12" if LIBELF_V_0_8_12
default "0.8.11" if LIBELF_V_0_8_11
default "0.8.10" if LIBELF_V_0_8_10