musl m68k
[openadk.git] / toolchain / musl / Makefile.inc
blob0198a3e6750021754c0783dfe0bd5b5a747e68a6
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 PKG_NAME:=              musl
5 ifeq ($(ADK_LIBC_VERSION),git)
6 PKG_VERSION:=           git
7 PKG_RELEASE:=           1
8 PKG_SITES:=             git://git.musl-libc.org/musl
9 DISTFILES:=             ${PKG_NAME}-${PKG_VERSION}.tar.xz
10 endif
11 ifeq ($(ADK_TARGET_LIB_MUSL_1_1_20),y)
12 PKG_VERSION:=           1.1.20
13 PKG_RELEASE:=           1
14 PKG_HASH:=              44be8771d0e6c6b5f82dd15662eb2957c9a3173a19a8b49966ac0542bbd40d61
15 PKG_SITES:=             http://www.musl-libc.org/releases/
16 DISTFILES:=             ${PKG_NAME}-${PKG_VERSION}.tar.gz
17 endif