Makefile.inc 636 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:= 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_2_0),y)
  11. PKG_VERSION:= 2.2.0
  12. PKG_RELEASE:= 1
  13. PKG_HASH:= c1d53fd1765d955ac513aa6e2f576455ee7507072d400314495c8a8a26ebc8ec
  14. PKG_SITES:= ftp://sourceware.org/pub/newlib/
  15. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-1.tar.gz
  16. WRKDIST= $(WRKDIR)/${PKG_NAME}-${PKG_VERSION}-1
  17. endif