Makefile.inc 573 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.39.90
  6. PKG_GLIBCVER:= 2.39.9000
  7. PKG_SITES:= https://sourceware.org/git/glibc.git
  8. PKG_RELEASE:= 1
  9. endif
  10. ifeq ($(ADK_TARGET_LIB_GLIBC_2_39),y)
  11. PKG_VERSION:= 2.39
  12. PKG_GLIBCVER:= 2.39
  13. PKG_RELEASE:= 1
  14. PKG_SITES:= ${MASTER_SITE_GNU:=glibc/}
  15. PKG_HASH:= f77bd47cf8170c57365ae7bf86696c118adb3b120d3259c64c502d3dc1e2d926
  16. endif
  17. DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz