summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2014-10-14 18:09:31 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2014-12-05 07:46:14 (GMT)
commitf741b161a2a5ec6296503abda4727021404ad764 (patch)
tree45e29a50b2db9196d427e634d6c7de0e630c7a67
parent4d19f2e647bfcf237fd8c4ac1d1702788986a01f (diff)
config/libc: update musl-libc mainline to 1.1.5
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
-rw-r--r--config/libc/musl.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/libc/musl.in b/config/libc/musl.in
index b3bec26..0ab7229 100644
--- a/config/libc/musl.in
+++ b/config/libc/musl.in
@@ -18,9 +18,9 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
-config LIBC_MUSL_V_1_1_4
+config LIBC_MUSL_V_1_1_5
bool
- prompt "1.1.4 (Mainline)"
+ prompt "1.1.5 (Mainline)"
depends on EXPERIMENTAL
config LIBC_MUSL_V_1_0_4
@@ -38,6 +38,6 @@ config LIBC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
- default "1.1.4" if LIBC_MUSL_V_1_1_4
+ default "1.1.5" if LIBC_MUSL_V_1_1_5
default "1.0.4" if LIBC_MUSL_V_1_0_4
default "custom" if LIBC_MUSL_V_CUSTOM