mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 21:07:54 +00:00
Remove libelf versions that never worked.
/trunk/config/tools/libelf.in | 11 0 11 0 ----------- 1 file changed, 11 deletions(-)
This commit is contained in:
parent
d64cca93c6
commit
d90f32267b
@ -14,15 +14,6 @@ choice
|
|||||||
bool
|
bool
|
||||||
prompt "libelf version"
|
prompt "libelf version"
|
||||||
|
|
||||||
config LIBELF_V_0_8_8
|
|
||||||
bool
|
|
||||||
prompt "0.8.8 (OBSOLETE)"
|
|
||||||
depends on OBSOLETE
|
|
||||||
|
|
||||||
config LIBELF_V_0_8_9
|
|
||||||
bool
|
|
||||||
prompt "0.8.9"
|
|
||||||
|
|
||||||
config LIBELF_V_0_8_10
|
config LIBELF_V_0_8_10
|
||||||
bool
|
bool
|
||||||
prompt "0.8.10"
|
prompt "0.8.10"
|
||||||
@ -33,8 +24,6 @@ endchoice
|
|||||||
|
|
||||||
config LIBELF_VERSION
|
config LIBELF_VERSION
|
||||||
string
|
string
|
||||||
default "0.8.8" if LIBELF_V_0_8_8
|
|
||||||
default "0.8.9" if LIBELF_V_0_8_9
|
|
||||||
default "0.8.10" if LIBELF_V_0_8_10
|
default "0.8.10" if LIBELF_V_0_8_10
|
||||||
# CT_INSERT_VERSION_STRING_ABOVE
|
# CT_INSERT_VERSION_STRING_ABOVE
|
||||||
# Don't remove above line!
|
# Don't remove above line!
|
||||||
|
Loading…
Reference in New Issue
Block a user