summaryrefslogtreecommitdiff
path: root/toolchain/newlib/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-03-27 18:37:03 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-03-27 18:37:13 +0200
commit45a9ad52e9180ffd9e01389a6a48542eb5bf66f7 (patch)
tree584a53f02fbf7f58224e675e1176fec255cbf824 /toolchain/newlib/Makefile.inc
parent99ef028282b95d908836d0df8edc7200fbb728ff (diff)
newlib: update to latest 2.2.x/2.3.x versions
Diffstat (limited to 'toolchain/newlib/Makefile.inc')
-rw-r--r--toolchain/newlib/Makefile.inc14
1 files changed, 10 insertions, 4 deletions
diff --git a/toolchain/newlib/Makefile.inc b/toolchain/newlib/Makefile.inc
index 3809ccc98..43eed2adc 100644
--- a/toolchain/newlib/Makefile.inc
+++ b/toolchain/newlib/Makefile.inc
@@ -8,11 +8,17 @@ 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_3_0),y)
+PKG_VERSION:= 2.3.0.20160226
+PKG_RELEASE:= 1
+PKG_HASH:= a9489dd28276e4fb29d65a1388a359b1f005d2ba6a4b92a6e5a802b95e1ad7d1
+PKG_SITES:= ftp://sourceware.org/pub/newlib/
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+endif
ifeq ($(ADK_TARGET_LIB_NEWLIB_2_2_0),y)
-PKG_VERSION:= 2.2.0
+PKG_VERSION:= 2.2.0.20151023
PKG_RELEASE:= 1
-PKG_HASH:= c1d53fd1765d955ac513aa6e2f576455ee7507072d400314495c8a8a26ebc8ec
+PKG_HASH:= fd1d3d358dd66922f37563518e787196e1fba8adaa6d8b1e955d145b38b3fa60
PKG_SITES:= ftp://sourceware.org/pub/newlib/
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-1.tar.gz
-WRKDIST= $(WRKDIR)/${PKG_NAME}-${PKG_VERSION}-1
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
endif