summaryrefslogtreecommitdiff
path: root/toolchain/newlib
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-10-02 03:10:54 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-10-02 03:13:31 +0200
commit4b1905319efbddf1faf666e4aeefaaa8ff382628 (patch)
tree1473b678c98eb8c56e7aca2e64ecdc7bd59e2e8e /toolchain/newlib
parentbdfc425becf0bb66494b3c80b9ff67df33db74ad (diff)
bump newlib to 3.3.0
Diffstat (limited to 'toolchain/newlib')
-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 8d8c3ff00..96ce44927 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_1_0),y)
-PKG_VERSION:= 3.1.0
+ifeq ($(ADK_TARGET_LIB_NEWLIB_3_3_0),y)
+PKG_VERSION:= 3.3.0
PKG_RELEASE:= 1
-PKG_HASH:= fb4fa1cc21e9060719208300a61420e4089d6de6ef59cf533b57fe74801d102a
+PKG_HASH:= 58dd9e3eaedf519360d92d84205c3deef0b3fc286685d1c562e245914ef72c66
PKG_SITES:= ftp://sourceware.org/pub/newlib/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
endif