summaryrefslogtreecommitdiff
path: root/config/libc
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc')
-rw-r--r--config/libc/musl.in12
1 files changed, 9 insertions, 3 deletions
diff --git a/config/libc/musl.in b/config/libc/musl.in
index 3e0b5a1..5ea166f 100644
--- a/config/libc/musl.in
+++ b/config/libc/musl.in
@@ -53,17 +53,23 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
-config LIBC_MUSL_V_1_1
+config LIBC_MUSL_V_1_1_16
bool
- prompt "1.1.15 (Mainline)"
+ prompt "1.1.16"
depends on EXPERIMENTAL
+config LIBC_MUSL_V_1_1_15
+ bool
+ prompt "1.1.15 (OBSOLETE)"
+ depends on EXPERIMENTAL && OBSOLETE
+
endchoice
config LIBC_VERSION
string
# Don't remove next line
# 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