summaryrefslogtreecommitdiff
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
parentbdfc425becf0bb66494b3c80b9ff67df33db74ad (diff)
bump newlib to 3.3.0
-rw-r--r--target/config/Config.in.libc4
-rw-r--r--toolchain/newlib/Makefile.inc6
2 files changed, 5 insertions, 5 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index 39d4f30df..221c883da 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -169,8 +169,8 @@ config ADK_TARGET_LIB_MUSL_GIT
bool "git"
depends on ADK_TARGET_LIB_MUSL && ADK_EXPERIMENTAL
-config ADK_TARGET_LIB_NEWLIB_3_1_0
- bool "3.1.0"
+config ADK_TARGET_LIB_NEWLIB_3_3_0
+ bool "3.3.0"
depends on ADK_TARGET_LIB_NEWLIB \
&& !ADK_TARGET_ARCH_XTENSA
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