diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-08-30 08:53:16 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-08-30 08:53:22 +0200 |
commit | 86b804d0cdd0f6a78089479270e740cd81195e4e (patch) | |
tree | 85395625b14166a71284cc6412fa3c6685a47ec1 | |
parent | 7375933dff337bf1f31dfc40c28771ad80bcec07 (diff) |
update to latest musl release
-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 486562a36..3fff33e60 100644 --- a/target/config/Config.in.libc.choice +++ b/target/config/Config.in.libc.choice @@ -105,8 +105,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_10 - bool "1.1.10" +config ADK_TARGET_LIB_MUSL_1_1_11 + bool "1.1.11" 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 5987496ed..3c07fa6a9 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -23,7 +23,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string default "1.0.6" if ADK_TARGET_LIB_UCLIBC_NG_1_0_6 - default "1.1.10" if ADK_TARGET_LIB_MUSL_1_1_10 + default "1.1.11" if ADK_TARGET_LIB_MUSL_1_1_11 default "0.9.33.2" if ADK_TARGET_LIB_UCLIBC_0_9_33_2 default "2.19" if ADK_TARGET_LIB_GLIBC_2_19 default "2.20" if ADK_TARGET_LIB_GLIBC_2_20 diff --git a/toolchain/musl/Makefile.inc b/toolchain/musl/Makefile.inc index 832207b8a..75461b9dd 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:= 45bbe9b1c7f7a0f743477af1e103b6889bfe4dd9815e16f6c89f6c90831c8b7c +PKG_HASH:= bb9e6da51b7b12641f5d1abb39705c6c6c1b2fbd20002362948aa736a0aa353f PKG_SITES:= http://www.musl-libc.org/releases/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz endif |