diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-17 10:17:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-17 10:17:49 +0100 |
commit | ecb14ecd9a770e0b1b69aca1847bebb08b0fe973 (patch) | |
tree | 53541786238d824c49d73ced025389c55ee717f5 | |
parent | 95fdd14346ad6849a5fe0a4d5c6d02cfb212c82c (diff) |
update to musl 1.1.6
-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 969bd9ac0..27bb037f0 100644 --- a/target/config/Config.in.libc.choice +++ b/target/config/Config.in.libc.choice @@ -88,8 +88,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_5 - bool "1.1.5" +config ADK_TARGET_LIB_MUSL_1_1_6 + bool "1.1.6" 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 66c959571..3f2f6e7da 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -22,7 +22,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.1.5" if ADK_TARGET_LIB_MUSL_1_1_5 + default "1.1.6" if ADK_TARGET_LIB_MUSL_1_1_6 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 "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \ diff --git a/toolchain/musl/Makefile.inc b/toolchain/musl/Makefile.inc index e8e6ea767..2bd5ac533 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:= 352362b1724cc9740f4c3ce0fe02aae45e4de9809ea4ac961f31aedc11b87393 +PKG_HASH:= 5a0160c55c540d5b90158617a57647f1b03209f58d9ee70dbce19d1115b4f1b4 PKG_SITES:= http://www.musl-libc.org/releases/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz endif |