summaryrefslogtreecommitdiff
path: root/toolchain/musl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-07-06 07:38:24 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-07-06 07:38:47 +0200
commit6b90348582447ca53e014eb162c687751f7cb4fe (patch)
treec0e72e09e1d5d56f4b545a613e673704d52eaa44 /toolchain/musl
parent517bdcccb47d4ea4582aa64df35f7f9aef34bc70 (diff)
musl: update to 1.1.15
Diffstat (limited to 'toolchain/musl')
-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 ea0796e34..d2222c41a 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_15),y)
+PKG_VERSION:= 1.1.15
+PKG_RELEASE:= 1
+PKG_HASH:= 97e447c7ee2a7f613186ec54a93054fe15469fe34d7d323080f7ef38f5ecb0fa
+PKG_SITES:= http://www.musl-libc.org/releases/
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+endif
ifeq ($(ADK_TARGET_LIB_MUSL_1_1_14),y)
PKG_VERSION:= 1.1.14
PKG_RELEASE:= 1
@@ -22,10 +29,3 @@ PKG_HASH:= bbacdc64f557d0c4857f7d2daf592c32c29aec1babbb94fcf01a2e05bed15013
PKG_SITES:= http://www.musl-libc.org/releases/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
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