Makefile.inc 783 B

12345678910111213141516171819202122232425
  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.28.90
  6. PKG_GLIBCVER:= 2.28.9000
  7. PKG_SITES:= git://sourceware.org/git/glibc.git
  8. PKG_RELEASE:= 1
  9. endif
  10. ifeq ($(ADK_TARGET_LIB_GLIBC_2_28),y)
  11. PKG_VERSION:= 2.28
  12. PKG_GLIBCVER:= 2.28
  13. PKG_RELEASE:= 1
  14. PKG_SITES:= ${MASTER_SITE_GNU:=glibc/}
  15. PKG_HASH:= b1900051afad76f7a4f73e71413df4826dce085ef8ddb785a945b66d7d513082
  16. endif
  17. ifeq ($(ADK_TARGET_LIB_GLIBC_CSKY),y)
  18. PKG_VERSION:= master
  19. PKG_GLIBCVER:= 2.25
  20. PKG_GIT:= branch
  21. PKG_SITES:= https://github.com/c-sky/glibc.git
  22. PKG_RELEASE:= 1
  23. endif
  24. DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz