summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-10-20 08:47:38 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-10-20 08:47:38 +0200
commit0fc812292d1c91611e49b4dbcc6a27c1165b0c4c (patch)
treefe3a88329110801c0eb098f482c12d702471e2b7 /toolchain
parent049288d8408b3455270849dcad98e5f9b991206c (diff)
update musl to 1.1.12
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/musl/Makefile.inc14
1 files changed, 7 insertions, 7 deletions
diff --git a/toolchain/musl/Makefile.inc b/toolchain/musl/Makefile.inc
index 398d9d4df..3e564ca0d 100644
--- a/toolchain/musl/Makefile.inc
+++ b/toolchain/musl/Makefile.inc
@@ -8,6 +8,13 @@ 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_12),y)
+PKG_VERSION:= 1.1.12
+PKG_RELEASE:= 1
+PKG_HASH:= 720b83c7e276b4b679c0bffe9509340d5f81fd601508e607e708177df0d31c0e
+PKG_SITES:= http://www.musl-libc.org/releases/
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+endif
ifeq ($(ADK_TARGET_LIB_MUSL_1_1_11),y)
PKG_VERSION:= 1.1.11
PKG_RELEASE:= 1
@@ -22,10 +29,3 @@ PKG_HASH:= 45bbe9b1c7f7a0f743477af1e103b6889bfe4dd9815e16f6c89f6c90831c8b7c
PKG_SITES:= http://www.musl-libc.org/releases/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
endif
-ifeq ($(ADK_TARGET_LIB_MUSL_1_1_9),y)
-PKG_VERSION:= 1.1.9
-PKG_RELEASE:= 1
-PKG_HASH:= 00bf7173caf972c88cd07cb0d420c082a2f35efcccc1a81f8909bec2d030283e
-PKG_SITES:= http://www.musl-libc.org/releases/
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
-endif