mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-06 19:09:14 +00:00
Add musl 1.1.16.
Patch we had for 1.0.4/1.1.5 is now upstream. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
c7e2e11059
commit
130a2bc021
@ -53,17 +53,23 @@ choice
|
|||||||
# Don't remove next line
|
# Don't remove next line
|
||||||
# CT_INSERT_VERSION_BELOW
|
# CT_INSERT_VERSION_BELOW
|
||||||
|
|
||||||
config LIBC_MUSL_V_1_1
|
config LIBC_MUSL_V_1_1_16
|
||||||
bool
|
bool
|
||||||
prompt "1.1.15 (Mainline)"
|
prompt "1.1.16"
|
||||||
depends on EXPERIMENTAL
|
depends on EXPERIMENTAL
|
||||||
|
|
||||||
|
config LIBC_MUSL_V_1_1_15
|
||||||
|
bool
|
||||||
|
prompt "1.1.15 (OBSOLETE)"
|
||||||
|
depends on EXPERIMENTAL && OBSOLETE
|
||||||
|
|
||||||
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.15" if LIBC_MUSL_V_1_1
|
default "1.1.16" if LIBC_MUSL_V_1_1_16
|
||||||
|
default "1.1.15" if LIBC_MUSL_V_1_1_15
|
||||||
|
|
||||||
endif # ! LIBC_MUSL_CUSTOM
|
endif # ! LIBC_MUSL_CUSTOM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user