summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-10 17:52:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-10 17:52:00 +0100
commiteb42b93fa70a93a26e1fda16523ddadf29286eb5 (patch)
tree5ec492e39255cbf0eda646a506d45034d1293820
parent1825b190048817c9dc089cff293d6d39c1f082e1 (diff)
newlib: update to 4.4.0
-rw-r--r--target/config/Config.in.libc6
-rw-r--r--toolchain/newlib/Makefile.inc6
2 files changed, 6 insertions, 6 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index c26ea4c34..ef851089a 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -172,8 +172,8 @@ config ADK_TARGET_LIB_MUSL_GIT
bool "git"
depends on ADK_TARGET_LIB_MUSL && ADK_EXPERIMENTAL
-config ADK_TARGET_LIB_NEWLIB_4_1_0
- bool "4.1.0"
+config ADK_TARGET_LIB_NEWLIB_4_4_0
+ bool "4.4.0"
depends on ADK_TARGET_LIB_NEWLIB \
&& !ADK_TARGET_ARCH_XTENSA
@@ -206,7 +206,7 @@ config ADK_LIBC_VERSION
default "1.0.45" if ADK_TARGET_LIB_UCLIBC_NG_1_0_45
default "1.2.4" if ADK_TARGET_LIB_MUSL_1_2_4
default "2.38" if ADK_TARGET_LIB_GLIBC_2_38
- default "4.1.0" if ADK_TARGET_LIB_NEWLIB_4_1_0
+ default "4.4.0" if ADK_TARGET_LIB_NEWLIB_4_4_0
default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \
ADK_TARGET_LIB_MUSL_GIT || \
ADK_TARGET_LIB_GLIBC_GIT || \
diff --git a/toolchain/newlib/Makefile.inc b/toolchain/newlib/Makefile.inc
index 591377022..889c6f9b5 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_4_1_0),y)
-PKG_VERSION:= 4.1.0
+ifeq ($(ADK_TARGET_LIB_NEWLIB_4_4_0),y)
+PKG_VERSION:= 4.4.0.20231231
PKG_RELEASE:= 1
-PKG_HASH:= f296e372f51324224d387cc116dc37a6bd397198756746f93a2b02e9a5d40154
+PKG_HASH:= 0c166a39e1bf0951dfafcd68949fe0e4b6d3658081d6282f39aeefc6310f2f13
PKG_SITES:= ftp://sourceware.org/pub/newlib/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
endif