summaryrefslogtreecommitdiff
path: root/toolchain/musl/Makefile.inc
blob: 4fd2e0902c57800ed9c866604bd5bfdf08a4bf73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.

PKG_NAME:=		musl
ifeq ($(ADK_LIBC_VERSION),git)
PKG_VERSION:=		git
PKG_REPO:=		git://git.musl-libc.org/musl
else
PKG_VERSION:=		$(ADK_LIBC_VERSION)
PKG_SITES:=		http://www.musl-libc.org/releases/
endif
PKG_RELEASE:=		1
PKG_HASH:=		352362b1724cc9740f4c3ce0fe02aae45e4de9809ea4ac961f31aedc11b87393
DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gz