glibc: use 2.32-50-g737efa27fca5c97f566a2005687fda7d6659cd2e

The following commit will cause multi-thread synchronization error
under RISCV, affecting versions 2.33/2.34, so 2.32 will be used until
this issue is fixed by mainline.

commit 878fe624d44b8f6489b2d0de9bfdc09290a719a7 (HEAD -> master, release/2.33/master)
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Nov 23 10:13:42 2020 -0300

    nptl: Replace lll_futex_{timed_}wait by futex-internal.h

    The idea is to make NPTL implementation to use on the functions
    provided by futex-internal.h.

    Checked on x86_64-linux-gnu and i686-linux-gnu.

    Reviewed-by: Lukasz Majewski <lukma@denx.de>

Signed-off-by: samin <samin.guo@starfivetech.com>
This commit is contained in:
samin
2022-01-07 09:42:08 +08:00
parent 07027d9dd3
commit 1c38c9649a
2 changed files with 2 additions and 1 deletions
@@ -0,0 +1 @@
sha256 b634d38ace90752eeecb93246d71c0673bab0db8dfbd69333479ae7b10d63410 glibc-2.32-50-g737efa27fca5c97f566a2005687fda7d6659cd2e.tar.gz
+1 -1
View File
@@ -7,7 +7,7 @@
# Generate version string using:
# git describe --match 'glibc-*' --abbrev=40 origin/release/MAJOR.MINOR/master | cut -d '-' -f 2-
# When updating the version, please also update localedef
GLIBC_VERSION = 2.34-9-g9acab0bba6a5a57323b1f94bf95b21618a9e5aa4
GLIBC_VERSION = 2.32-50-g737efa27fca5c97f566a2005687fda7d6659cd2e
# Upstream doesn't officially provide an https download link.
# There is one (https://sourceware.org/git/glibc.git) but it's not reliable,
# sometimes the connection times out. So use an unofficial github mirror.