mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 00:23:56 +00:00
libc/eglibc: add latest version
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
parent
1e449846a5
commit
8bcfb25fb7
@ -19,6 +19,11 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config LIBC_EGLIBC_V_2_17
|
||||
bool
|
||||
prompt "2_17"
|
||||
select LIBC_EGLIBC_2_16_or_later
|
||||
|
||||
config LIBC_EGLIBC_V_2_16
|
||||
bool
|
||||
prompt "2_16"
|
||||
@ -65,6 +70,7 @@ config LIBC_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "2_17" if LIBC_EGLIBC_V_2_17
|
||||
default "2_16" if LIBC_EGLIBC_V_2_16
|
||||
default "2_15" if LIBC_EGLIBC_V_2_15
|
||||
default "2_14" if LIBC_EGLIBC_V_2_14
|
||||
|
Loading…
x
Reference in New Issue
Block a user