Makefile.inc 571 B

123456789101112131415161718
  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.33.90
  6. PKG_GLIBCVER:= 2.33.9000
  7. PKG_SITES:= git://sourceware.org/git/glibc.git
  8. PKG_RELEASE:= 1
  9. endif
  10. ifeq ($(ADK_TARGET_LIB_GLIBC_2_33),y)
  11. PKG_VERSION:= 2.33
  12. PKG_GLIBCVER:= 2.33
  13. PKG_RELEASE:= 1
  14. PKG_SITES:= ${MASTER_SITE_GNU:=glibc/}
  15. PKG_HASH:= 2e2556000e105dbd57f0b6b2a32ff2cf173bde4f0d85dffccfd8b7e51a0677ff
  16. endif
  17. DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz