From: Khem Raj Date: Wed, 6 Mar 2024 17:17:13 +0000 (-0800) Subject: glibc: Update to tip of 2.39 branch X-Git-Tag: 2024-04-scarthgap~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2274aa08fda1734af840aca05c7c7ce464d8775;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git glibc: Update to tip of 2.39 branch Brings * 1b9c1a0047 Use gcc __builtin_stdc_* builtins in stdbit.h if possible * e0910f1d32 S390: Do not clobber r7 in clone [BZ #31402] * d0724994de math: Update mips64 ulps Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc index 5b0705f6960..618a5745664 100644 --- a/meta/recipes-core/glibc/glibc-version.inc +++ b/meta/recipes-core/glibc/glibc-version.inc @@ -1,6 +1,6 @@ SRCBRANCH ?= "release/2.39/master" PV = "2.39+git" -SRCREV_glibc ?= "312e159626b67fe11f39e83e222cf4348a3962f3" +SRCREV_glibc ?= "1b9c1a0047fb26a65a9b2a7b8cd977243f7d353c" SRCREV_localedef ?= "fab74f31b3811df543e24b6de47efdf45b538abc" GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;protocol=https"