diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-13 11:20:58 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-13 11:21:10 -0500 |
commit | 84d9fec3a768c20b8a1a5340c675d098bef30d56 (patch) | |
tree | 38553af48ad86821f1a1717fdb7f5b747c115650 | |
parent | d97099dd1cce2dded2323806eb6d1fc1097c0b51 (diff) |
update musl to 1.1.9
-rw-r--r-- | target/config/Config.in.libc.choice | 4 | ||||
-rw-r--r-- | target/config/Config.in.libc.default | 2 | ||||
-rw-r--r-- | toolchain/musl/Makefile.inc | 2 |
3 files changed, 4 insertions, 4 deletions
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 diff --git a/toolchain/musl/Makefile.inc b/toolchain/musl/Makefile.inc index 18f328ff7..9c93937cd 100644 --- a/toolchain/musl/Makefile.inc +++ b/toolchain/musl/Makefile.inc @@ -10,7 +10,7 @@ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz else PKG_VERSION:= $(ADK_LIBC_VERSION) PKG_RELEASE:= 1 -PKG_HASH:= fa928506415b9c555977daaf874c190eaf7fbbd16028cc5c5f33a00a83227813 +PKG_HASH:= 00bf7173caf972c88cd07cb0d420c082a2f35efcccc1a81f8909bec2d030283e PKG_SITES:= http://www.musl-libc.org/releases/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz endif |