Browse Source

bump newlib to 3.3.0

Waldemar Brodkorb 3 years ago
parent
commit
4b1905319e
2 changed files with 5 additions and 5 deletions
  1. 2 2
      target/config/Config.in.libc
  2. 3 3
      toolchain/newlib/Makefile.inc

+ 2 - 2
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
 

+ 3 - 3
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