From eb42b93fa70a93a26e1fda16523ddadf29286eb5 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 10 Feb 2024 17:52:00 +0100 Subject: newlib: update to 4.4.0 --- toolchain/newlib/Makefile.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toolchain') 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 -- cgit v1.2.3