imgtec-ci20: genimage config/ u-boot env
[openadk.git] / toolchain / newlib / Makefile.inc
blobc9ce3a2ad1bff1aef79f60175a1f063fbbeb47ab
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 PKG_NAME:=              newlib
5 ifeq ($(ADK_LIBC_VERSION),git)
6 PKG_VERSION:=           git
7 PKG_RELEASE:=           1
8 PKG_SITES:=             git://sourceware.org/git/newlib-cygwin.git
9 DISTFILES:=             ${PKG_NAME}-${PKG_VERSION}.tar.xz
10 endif
11 ifeq ($(ADK_TARGET_LIB_NEWLIB_4_4_0),y)
12 PKG_VERSION:=           4.4.0.20231231
13 PKG_RELEASE:=           1
14 PKG_HASH:=              0c166a39e1bf0951dfafcd68949fe0e4b6d3658081d6282f39aeefc6310f2f13
15 PKG_SITES:=             ftp://sourceware.org/pub/newlib/
16 DISTFILES:=             ${PKG_NAME}-${PKG_VERSION}.tar.gz
17 endif