From 809fd79b9ad5e849d13034ab48b7501e68e9cda0 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 25 Feb 2018 18:21:49 +0000 Subject: musl: update to 1.1.19 --- target/config/Config.in.libc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/config') diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index 05113204e..91ba01f88 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -160,8 +160,8 @@ config ADK_TARGET_LIB_GLIBC_GIT bool "git" depends on ADK_TARGET_LIB_GLIBC && !ADK_TARGET_ARCH_CSKY -config ADK_TARGET_LIB_MUSL_1_1_18 - bool "1.1.18" +config ADK_TARGET_LIB_MUSL_1_1_19 + bool "1.1.19" depends on ADK_TARGET_LIB_MUSL config ADK_TARGET_LIB_MUSL_GIT @@ -232,7 +232,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string default "1.0.28" if ADK_TARGET_LIB_UCLIBC_NG_1_0_28 - default "1.1.18" if ADK_TARGET_LIB_MUSL_1_1_18 + default "1.1.19" if ADK_TARGET_LIB_MUSL_1_1_19 default "2.27" if ADK_TARGET_LIB_GLIBC_2_27 default "3.0.0" if ADK_TARGET_LIB_NEWLIB_2_4_0 default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \ -- cgit v1.2.3