mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-24 15:06:42 +00:00
Merge pull request #358 from bhundven/musl_update
musl-libc: Update to 1.1.14
This commit is contained in:
commit
38bac5781a
@ -54,20 +54,15 @@ choice
|
|||||||
|
|
||||||
config LIBC_MUSL_V_1_1
|
config LIBC_MUSL_V_1_1
|
||||||
bool
|
bool
|
||||||
prompt "1.1.12 (Mainline)"
|
prompt "1.1.14 (Mainline)"
|
||||||
depends on EXPERIMENTAL
|
depends on EXPERIMENTAL
|
||||||
|
|
||||||
config LIBC_MUSL_V_1_0
|
|
||||||
bool
|
|
||||||
prompt "1.0.5 (Stable)"
|
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config LIBC_VERSION
|
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.12" if LIBC_MUSL_V_1_1
|
default "1.1.14" if LIBC_MUSL_V_1_1
|
||||||
default "1.0.5" if LIBC_MUSL_V_1_0
|
|
||||||
|
|
||||||
endif # ! LIBC_MUSL_CUSTOM
|
endif # ! LIBC_MUSL_CUSTOM
|
||||||
|
Loading…
Reference in New Issue
Block a user