mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-19 11:17:00 +00:00
Merge pull request #158 from bhundven/musl_update
musl: Update mainline to 1.1.11
This commit is contained in:
commit
c5fbb8716b
@ -20,7 +20,7 @@ choice
|
||||
|
||||
config LIBC_MUSL_V_1_1
|
||||
bool
|
||||
prompt "1.1.9 (Mainline)"
|
||||
prompt "1.1.11 (Mainline)"
|
||||
depends on EXPERIMENTAL
|
||||
|
||||
config LIBC_MUSL_V_1_0
|
||||
@ -38,6 +38,6 @@ config LIBC_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "1.1.9" if LIBC_MUSL_V_1_1
|
||||
default "1.1.11" if LIBC_MUSL_V_1_1
|
||||
default "1.0.5" if LIBC_MUSL_V_1_0
|
||||
default "custom" if LIBC_MUSL_V_CUSTOM
|
||||
|
Loading…
Reference in New Issue
Block a user