Makefile.inc 690 B

12345678910111213141516171819202122
  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:= glibc
  4. ifeq ($(ADK_LIBC_VERSION),git)
  5. PKG_VERSION:= 2.26.90
  6. PKG_SITES:= git://sourceware.org/git/glibc.git
  7. PKG_RELEASE:= 1
  8. endif
  9. ifeq ($(ADK_TARGET_LIB_GLIBC_2_26),y)
  10. PKG_VERSION:= 2.26
  11. PKG_RELEASE:= 1
  12. PKG_SITES:= ${MASTER_SITE_GNU:=glibc/}
  13. PKG_HASH:= e54e0a934cd2bc94429be79da5e9385898d2306b9eaf3c92d5a77af96190f6bd
  14. endif
  15. ifeq ($(ADK_TARGET_LIB_GLIBC_RISCV),y)
  16. PKG_VERSION:= riscv-glibc-2.26
  17. PKG_RELEASE:= 1
  18. PKG_GIT:= branch
  19. PKG_SITES:= https://github.com/riscv/riscv-glibc.git
  20. endif
  21. DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz