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.31.90
  6. PKG_GLIBCVER:= 2.31.9000
  7. PKG_SITES:= git://sourceware.org/git/glibc.git
  8. PKG_RELEASE:= 1
  9. endif
  10. ifeq ($(ADK_TARGET_LIB_GLIBC_2_31),y)
  11. PKG_VERSION:= 2.31
  12. PKG_GLIBCVER:= 2.31
  13. PKG_RELEASE:= 1
  14. PKG_SITES:= ${MASTER_SITE_GNU:=glibc/}
  15. PKG_HASH:= 9246fe44f68feeec8c666bb87973d590ce0137cca145df014c72ec95be9ffd17
  16. endif
  17. DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz