summaryrefslogtreecommitdiff
path: root/toolchain/newlib/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-11-01 10:00:15 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2019-11-01 10:00:15 +0100
commit64e87769cef8a887a66edd80eafae9999a616b8a (patch)
tree772fc2569b2e8ace4ce64fa083029b3362dbd9e0 /toolchain/newlib/Makefile.inc
parenta2e184cb3cc70d0b648bcac610fab1a0f25e124e (diff)
newlib: update to 3.1.0
Diffstat (limited to 'toolchain/newlib/Makefile.inc')
-rw-r--r--toolchain/newlib/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/newlib/Makefile.inc b/toolchain/newlib/Makefile.inc
index d01745a93..8d8c3ff00 100644
--- a/toolchain/newlib/Makefile.inc
+++ b/toolchain/newlib/Makefile.inc
@@ -8,10 +8,10 @@ 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_3_0_0),y)
-PKG_VERSION:= 3.0.0
+ifeq ($(ADK_TARGET_LIB_NEWLIB_3_1_0),y)
+PKG_VERSION:= 3.1.0
PKG_RELEASE:= 1
-PKG_HASH:= c8566335ee74e5fcaeb8595b4ebd0400c4b043d6acb3263ecb1314f8f5501332
+PKG_HASH:= fb4fa1cc21e9060719208300a61420e4089d6de6ef59cf533b57fe74801d102a
PKG_SITES:= ftp://sourceware.org/pub/newlib/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
endif