Makefile.inc 569 B

1234567891011121314151617
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. PKG_NAME:= musl
  4. ifeq ($(ADK_LIBC_VERSION),git)
  5. PKG_VERSION:= git
  6. PKG_RELEASE:= 1
  7. PKG_SITES:= git://git.musl-libc.org/musl
  8. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  9. endif
  10. ifeq ($(ADK_TARGET_LIB_MUSL_1_2_6),y)
  11. PKG_VERSION:= 1.2.6
  12. PKG_RELEASE:= 1
  13. PKG_HASH:= d585fd3b613c66151fc3249e8ed44f77020cb5e6c1e635a616d3f9f82460512a
  14. PKG_SITES:= http://www.musl-libc.org/releases/
  15. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  16. endif