mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-29 15:44:03 +00:00
musl-libc: Update to 1.1.14
We also remove the old 1.0 series. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
parent
c1c03aa27c
commit
b30443458d
@ -54,20 +54,15 @@ choice
|
||||
|
||||
config LIBC_MUSL_V_1_1
|
||||
bool
|
||||
prompt "1.1.12 (Mainline)"
|
||||
prompt "1.1.14 (Mainline)"
|
||||
depends on EXPERIMENTAL
|
||||
|
||||
config LIBC_MUSL_V_1_0
|
||||
bool
|
||||
prompt "1.0.5 (Stable)"
|
||||
|
||||
endchoice
|
||||
|
||||
config LIBC_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "1.1.12" if LIBC_MUSL_V_1_1
|
||||
default "1.0.5" if LIBC_MUSL_V_1_0
|
||||
default "1.1.14" if LIBC_MUSL_V_1_1
|
||||
|
||||
endif # ! LIBC_MUSL_CUSTOM
|
||||
|
Loading…
x
Reference in New Issue
Block a user