summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-11.2.inc
diff options
context:
space:
mode:
authorSundeep KOKKONDA <sundeep.kokkonda@gmail.com>2022-03-15 21:25:07 +0530
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-03 11:29:05 +0100
commit99bcad583aee31d54f3f34d50fc4d6a417484114 (patch)
tree3d79772be1920c71d65ae3c59673ca3678e640f3 /meta/recipes-devtools/gcc/gcc-11.2.inc
parentfb1291ea5f6f0edaf6612ba7bac52136e16af462 (diff)
downloadpoky-99bcad583aee31d54f3f34d50fc4d6a417484114.tar.gz
gcc: sanitizer: Fix tsan against glibc 2.34
The patch is needed in order to support recent glibc (2.34). libsanitizer/ChangeLog: PR sanitizer/101749 * sanitizer_common/sanitizer_posix_libcdep.cpp: Prevent generation of dependency on _cxa_guard for static initialization. (From OE-Core rev: c44c4e7fb3c860d9fcb2aada0c9d4acb1e1e8101) Signed-off-by: Sundeep KOKKONDA <sundeep.kokkonda@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-11.2.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-11.2.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-11.2.inc b/meta/recipes-devtools/gcc/gcc-11.2.inc
index 2394c86e29..68e0d203fc 100644
--- a/meta/recipes-devtools/gcc/gcc-11.2.inc
+++ b/meta/recipes-devtools/gcc/gcc-11.2.inc
@@ -68,6 +68,7 @@ SRC_URI = "\
68 file://0003-CVE-2021-42574.patch \ 68 file://0003-CVE-2021-42574.patch \
69 file://0004-CVE-2021-42574.patch \ 69 file://0004-CVE-2021-42574.patch \
70 file://0001-CVE-2021-46195.patch \ 70 file://0001-CVE-2021-46195.patch \
71 file://0042-Fix-thread-stack-size-init.patch \
71" 72"
72SRC_URI[sha256sum] = "d08edc536b54c372a1010ff6619dd274c0f1603aa49212ba20f7aa2cda36fa8b" 73SRC_URI[sha256sum] = "d08edc536b54c372a1010ff6619dd274c0f1603aa49212ba20f7aa2cda36fa8b"
73 74