Makefile.inc 857 B

123456789101112131415161718192021222324
  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:= newlib
  4. ifeq ($(ADK_LIBC_VERSION),git)
  5. PKG_VERSION:= git
  6. PKG_RELEASE:= 1
  7. PKG_SITES:= git://sourceware.org/git/newlib-cygwin.git
  8. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
  9. endif
  10. ifeq ($(ADK_TARGET_LIB_NEWLIB_2_3_0),y)
  11. PKG_VERSION:= 2.3.0.20160226
  12. PKG_RELEASE:= 1
  13. PKG_HASH:= a9489dd28276e4fb29d65a1388a359b1f005d2ba6a4b92a6e5a802b95e1ad7d1
  14. PKG_SITES:= ftp://sourceware.org/pub/newlib/
  15. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  16. endif
  17. ifeq ($(ADK_TARGET_LIB_NEWLIB_2_2_0),y)
  18. PKG_VERSION:= 2.2.0.20151023
  19. PKG_RELEASE:= 1
  20. PKG_HASH:= fd1d3d358dd66922f37563518e787196e1fba8adaa6d8b1e955d145b38b3fa60
  21. PKG_SITES:= ftp://sourceware.org/pub/newlib/
  22. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  23. endif