summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-04 20:12:07 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-05 04:25:43 -0500
commiteea82ce0b88acf25dc777c2a844d0e9f781bb0f0 (patch)
treef6b9e33feb88f09429d0650ed347a74ab7fa9135
parent19075a91684d375d994c9abdeb486e6b9cbec916 (diff)
update musl to latest release
-rw-r--r--target/config/Config.in.libc.choice4
-rw-r--r--target/config/Config.in.libc.default2
-rw-r--r--toolchain/musl/Makefile.inc2
3 files changed, 4 insertions, 4 deletions
diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice
index 5645e6e44..ee0f5f83c 100644
--- a/target/config/Config.in.libc.choice
+++ b/target/config/Config.in.libc.choice
@@ -100,8 +100,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_9
- bool "1.1.9"
+config ADK_TARGET_LIB_MUSL_1_1_10
+ bool "1.1.10"
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 e689eed8a..526b3e49b 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.9" if ADK_TARGET_LIB_MUSL_1_1_9
+ default "1.1.10" if ADK_TARGET_LIB_MUSL_1_1_10
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 9c93937cd..832207b8a 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:= 00bf7173caf972c88cd07cb0d420c082a2f35efcccc1a81f8909bec2d030283e
+PKG_HASH:= 45bbe9b1c7f7a0f743477af1e103b6889bfe4dd9815e16f6c89f6c90831c8b7c
PKG_SITES:= http://www.musl-libc.org/releases/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
endif