mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-10 06:52:50 +00:00
23ffbc6031
GMP : 4.3.2, 5.0.1* CLooG/PPL: 0.15.8 0.15.9 libelf : 0.8.13 *: patch series added
36 lines
627 B
Plaintext
36 lines
627 B
Plaintext
# libelf config file
|
|
|
|
choice
|
|
bool
|
|
prompt "libelf version"
|
|
# Don't remove next line
|
|
# CT_INSERT_VERSION_BELOW
|
|
|
|
config LIBELF_V_0_8_13
|
|
bool
|
|
prompt "0.8.13"
|
|
|
|
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
|
|
string
|
|
# Don't remove next line
|
|
# 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
|