diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-02-25 18:21:49 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-02-25 18:22:33 +0000 |
commit | 809fd79b9ad5e849d13034ab48b7501e68e9cda0 (patch) | |
tree | 7e4dcf00ffee49f8059047e0bce522bf16b0ff8a | |
parent | 9d7518c2cb43f1fb1eb54495899945523fd5dc99 (diff) |
musl: update to 1.1.19
-rw-r--r-- | target/config/Config.in.libc | 6 | ||||
-rw-r--r-- | toolchain/musl/Makefile.inc | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index 05113204e..91ba01f88 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -160,8 +160,8 @@ config ADK_TARGET_LIB_GLIBC_GIT bool "git" depends on ADK_TARGET_LIB_GLIBC && !ADK_TARGET_ARCH_CSKY -config ADK_TARGET_LIB_MUSL_1_1_18 - bool "1.1.18" +config ADK_TARGET_LIB_MUSL_1_1_19 + bool "1.1.19" depends on ADK_TARGET_LIB_MUSL config ADK_TARGET_LIB_MUSL_GIT @@ -232,7 +232,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string default "1.0.28" if ADK_TARGET_LIB_UCLIBC_NG_1_0_28 - default "1.1.18" if ADK_TARGET_LIB_MUSL_1_1_18 + default "1.1.19" if ADK_TARGET_LIB_MUSL_1_1_19 default "2.27" if ADK_TARGET_LIB_GLIBC_2_27 default "3.0.0" if ADK_TARGET_LIB_NEWLIB_2_4_0 default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \ diff --git a/toolchain/musl/Makefile.inc b/toolchain/musl/Makefile.inc index cd5dc8765..9eb3d0c02 100644 --- a/toolchain/musl/Makefile.inc +++ b/toolchain/musl/Makefile.inc @@ -8,10 +8,10 @@ PKG_RELEASE:= 1 PKG_SITES:= git://git.musl-libc.org/musl DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz endif -ifeq ($(ADK_TARGET_LIB_MUSL_1_1_18),y) -PKG_VERSION:= 1.1.18 +ifeq ($(ADK_TARGET_LIB_MUSL_1_1_19),y) +PKG_VERSION:= 1.1.19 PKG_RELEASE:= 1 -PKG_HASH:= d017ee5d01aec0c522a1330fdff06b1e428cb409e1db819cc4935d5da4a5a118 +PKG_HASH:= db59a8578226b98373f5b27e61f0dd29ad2456f4aa9cec587ba8c24508e4c1d9 PKG_SITES:= http://www.musl-libc.org/releases/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz endif |