mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-07 11:20:14 +00:00
musl-libc: update musl-libc mainline to 1.1.12
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
parent
720e0b4a1e
commit
539db52b62
@ -20,7 +20,7 @@ choice
|
|||||||
|
|
||||||
config LIBC_MUSL_V_1_1
|
config LIBC_MUSL_V_1_1
|
||||||
bool
|
bool
|
||||||
prompt "1.1.11 (Mainline)"
|
prompt "1.1.12 (Mainline)"
|
||||||
depends on EXPERIMENTAL
|
depends on EXPERIMENTAL
|
||||||
|
|
||||||
config LIBC_MUSL_V_1_0
|
config LIBC_MUSL_V_1_0
|
||||||
@ -38,6 +38,6 @@ config LIBC_VERSION
|
|||||||
string
|
string
|
||||||
# Don't remove next line
|
# Don't remove next line
|
||||||
# CT_INSERT_VERSION_STRING_BELOW
|
# CT_INSERT_VERSION_STRING_BELOW
|
||||||
default "1.1.11" if LIBC_MUSL_V_1_1
|
default "1.1.12" if LIBC_MUSL_V_1_1
|
||||||
default "1.0.5" if LIBC_MUSL_V_1_0
|
default "1.0.5" if LIBC_MUSL_V_1_0
|
||||||
default "custom" if LIBC_MUSL_V_CUSTOM
|
default "custom" if LIBC_MUSL_V_CUSTOM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user