mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 02:39:46 +00:00
complibs/libelf: remove old versions
Those old versions are not suitable for use by gcc.
This commit is contained in:
parent
eed8d50d02
commit
c9b45d8751
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user