summaryrefslogtreecommitdiff
path: root/toolchain/musl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-12-14 08:11:12 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-12-14 16:55:40 +0100
commit7980ad76c8814a9a358598f6815b85d754334f66 (patch)
tree2beb3a329186a8da5927675fcfaba75e2d48fadd /toolchain/musl
parent786e61eee01563dbf2bd3b3a6ad62cceb37df21c (diff)
only support latest C library version, this is the best tested one
Diffstat (limited to 'toolchain/musl')
-rw-r--r--toolchain/musl/Makefile.inc14
1 files changed, 0 insertions, 14 deletions
diff --git a/toolchain/musl/Makefile.inc b/toolchain/musl/Makefile.inc
index d2222c41a..e120f5a4e 100644
--- a/toolchain/musl/Makefile.inc
+++ b/toolchain/musl/Makefile.inc
@@ -15,17 +15,3 @@ 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
-PKG_HASH:= 35f6c00c84a6091bd5dab29eedde7508dae755ead92dcc0239f3677d1055b9b5
-PKG_SITES:= http://www.musl-libc.org/releases/
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
-endif
-ifeq ($(ADK_TARGET_LIB_MUSL_1_1_13),y)
-PKG_VERSION:= 1.1.13
-PKG_RELEASE:= 1
-PKG_HASH:= bbacdc64f557d0c4857f7d2daf592c32c29aec1babbb94fcf01a2e05bed15013
-PKG_SITES:= http://www.musl-libc.org/releases/
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
-endif