From b30443458df98ba1f22128a03bac8597d9f9e2e3 Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Mon, 29 Feb 2016 13:18:25 -0800 Subject: musl-libc: Update to 1.1.14 We also remove the old 1.0 series. Signed-off-by: Bryan Hundven diff --git a/config/libc/musl.in b/config/libc/musl.in index 522478a..00d98ea 100644 --- a/config/libc/musl.in +++ b/config/libc/musl.in @@ -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 -- cgit v0.10.2-6-g49f6