summaryrefslogtreecommitdiff
path: root/toolchain/newlib/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-04-01 18:07:11 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-04-01 18:07:17 +0200
commit486234afd38eced4281f9d8f228feb24f7a9d54c (patch)
treed6c5fb8ca45397aed8d3c0f277a306aa3f54ad01 /toolchain/newlib/Makefile.inc
parent1e9a06083eb9de4f17e137fa9f06ca6aa8f221b2 (diff)
newlib: add 2.4.0 release
Diffstat (limited to 'toolchain/newlib/Makefile.inc')
-rw-r--r--toolchain/newlib/Makefile.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/toolchain/newlib/Makefile.inc b/toolchain/newlib/Makefile.inc
index 43eed2adc..fb42fe17d 100644
--- a/toolchain/newlib/Makefile.inc
+++ b/toolchain/newlib/Makefile.inc
@@ -8,6 +8,13 @@ PKG_RELEASE:= 1
PKG_SITES:= git://sourceware.org/git/newlib-cygwin.git
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
endif
+ifeq ($(ADK_TARGET_LIB_NEWLIB_2_4_0),y)
+PKG_VERSION:= 2.4.0
+PKG_RELEASE:= 1
+PKG_HASH:= 545b3d235e350d2c61491df8b9f775b1b972f191380db8f52ec0b1c829c52706
+PKG_SITES:= ftp://sourceware.org/pub/newlib/
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+endif
ifeq ($(ADK_TARGET_LIB_NEWLIB_2_3_0),y)
PKG_VERSION:= 2.3.0.20160226
PKG_RELEASE:= 1