Browse Source

glibc: update to 2.43

Waldemar Brodkorb 3 weeks ago
parent
commit
9c6f64f0c5
2 changed files with 9 additions and 9 deletions
  1. 3 3
      target/config/Config.in.libc
  2. 6 6
      toolchain/glibc/Makefile.inc

+ 3 - 3
target/config/Config.in.libc

@@ -156,8 +156,8 @@ config ADK_TARGET_LIB_UCLIBC_NG_GIT
 	bool "git"
 	depends on ADK_TARGET_LIB_UCLIBC_NG && ADK_EXPERIMENTAL
 
-config ADK_TARGET_LIB_GLIBC_2_42
-	bool "2.42"
+config ADK_TARGET_LIB_GLIBC_2_43
+	bool "2.43"
 	depends on ADK_TARGET_LIB_GLIBC
 
 config ADK_TARGET_LIB_GLIBC_GIT
@@ -200,7 +200,7 @@ config ADK_LIBC_VERSION
 	string
 	default "1.0.57" if ADK_TARGET_LIB_UCLIBC_NG_1_0_57
 	default "1.2.6" if ADK_TARGET_LIB_MUSL_1_2_6
-	default "2.42" if ADK_TARGET_LIB_GLIBC_2_42
+	default "2.43" if ADK_TARGET_LIB_GLIBC_2_43
 	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 || \

+ 6 - 6
toolchain/glibc/Makefile.inc

@@ -3,16 +3,16 @@
 
 PKG_NAME:=		glibc
 ifeq ($(ADK_LIBC_VERSION),git)
-PKG_VERSION:=		2.42.90
-PKG_GLIBCVER:=		2.42.9000
+PKG_VERSION:=		2.43.90
+PKG_GLIBCVER:=		2.43.9000
 PKG_SITES:=		https://sourceware.org/git/glibc.git
 PKG_RELEASE:=		1
 endif
-ifeq ($(ADK_TARGET_LIB_GLIBC_2_42),y)
-PKG_VERSION:=		2.42
-PKG_GLIBCVER:=		2.42
+ifeq ($(ADK_TARGET_LIB_GLIBC_2_43),y)
+PKG_VERSION:=		2.43
+PKG_GLIBCVER:=		2.43
 PKG_RELEASE:=		1
 PKG_SITES:=		${MASTER_SITE_GNU:=glibc/}
-PKG_HASH:=		d4468d3e3267068c1b0623ca6424aac9a28766df774c8d8fb4978127fca7125a
+PKG_HASH:=		e1e622cbd635019090fa23260e5d9ec219b12f97ae7ae02f033d4ae42cf2c004
 endif
 DISTFILES:=		$(PKG_NAME)-$(PKG_VERSION).tar.gz