mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-19 03:06:42 +00:00
libc/eglibc: Add 2.13 branch
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
parent
ea70303d73
commit
3cb87f6cd8
@ -18,6 +18,11 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config LIBC_EGLIBC_V_2_13
|
||||
bool
|
||||
prompt "2_13"
|
||||
depends on EXPERIMENTAL
|
||||
|
||||
config LIBC_EGLIBC_V_2_12
|
||||
bool
|
||||
prompt "2_12"
|
||||
@ -68,6 +73,7 @@ config LIBC_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "2_13" if LIBC_EGLIBC_V_2_13
|
||||
default "2_12" if LIBC_EGLIBC_V_2_12
|
||||
default "2_11" if LIBC_EGLIBC_V_2_11
|
||||
default "2_10" if LIBC_EGLIBC_V_2_10
|
||||
|
Loading…
Reference in New Issue
Block a user