diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2021-02-19 00:27:46 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-02-19 00:33:24 +0100 |
commit | 60e80f0d94a27ce3cba912ee5bf3ebd82bbe0a42 (patch) | |
tree | 2dab504c800058bc12cde2d66e6a583b8cb39a00 /toolchain/newlib | |
parent | ebe51b216f729a649992aa7af28439479e4ad21c (diff) |
update musl/glibc/newlib
Diffstat (limited to 'toolchain/newlib')
-rw-r--r-- | toolchain/newlib/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/newlib/Makefile.inc b/toolchain/newlib/Makefile.inc index 96ce44927..591377022 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_3_0),y) -PKG_VERSION:= 3.3.0 +ifeq ($(ADK_TARGET_LIB_NEWLIB_4_1_0),y) +PKG_VERSION:= 4.1.0 PKG_RELEASE:= 1 -PKG_HASH:= 58dd9e3eaedf519360d92d84205c3deef0b3fc286685d1c562e245914ef72c66 +PKG_HASH:= f296e372f51324224d387cc116dc37a6bd397198756746f93a2b02e9a5d40154 PKG_SITES:= ftp://sourceware.org/pub/newlib/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz endif |