From 84d9fec3a768c20b8a1a5340c675d098bef30d56 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 13 May 2015 11:20:58 -0500 Subject: update musl to 1.1.9 --- target/config/Config.in.libc.choice | 4 ++-- target/config/Config.in.libc.default | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'target') diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice index 3b42ead5a..28675ccf2 100644 --- a/target/config/Config.in.libc.choice +++ b/target/config/Config.in.libc.choice @@ -101,8 +101,8 @@ config ADK_TARGET_LIB_UCLIBC_0_9_33_2 bool "0.9.33.2" depends on ADK_TARGET_LIB_UCLIBC -config ADK_TARGET_LIB_MUSL_1_1_8 - bool "1.1.8" +config ADK_TARGET_LIB_MUSL_1_1_9 + bool "1.1.9" depends on ADK_TARGET_LIB_MUSL config ADK_TARGET_LIB_MUSL_GIT diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default index b9b5b1c73..e689eed8a 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -19,7 +19,7 @@ config ADK_LIBC_VERSION default "1.0.2" if ADK_TARGET_LIB_UCLIBC_NG_1_0_2 default "1.0.1" if ADK_TARGET_LIB_UCLIBC_NG_1_0_1 default "1.0.0" if ADK_TARGET_LIB_UCLIBC_NG_1_0_0 - default "1.1.8" if ADK_TARGET_LIB_MUSL_1_1_8 + default "1.1.9" if ADK_TARGET_LIB_MUSL_1_1_9 default "0.9.33.2" if ADK_TARGET_LIB_UCLIBC_0_9_33_2 default "2.20" if ADK_TARGET_LIB_GLIBC_2_20 default "2.21" if ADK_TARGET_LIB_GLIBC_2_21 -- cgit v1.2.3