diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2023-09-15 22:42:47 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-20 08:57:26 +0100 |
| commit | b1650772a269f0c939662237bc3a1db953acf9f4 (patch) | |
| tree | 0b267b75a2251a200191b2abf5313c857de6626f /meta/recipes-devtools/gcc/gcc-13.2.inc | |
| parent | 83051d0d69f146739c24024f0fbb257fcd9e58d7 (diff) | |
| download | poky-b1650772a269f0c939662237bc3a1db953acf9f4.tar.gz | |
gcc: backport a fix for ICE caused by CVE-2023-4039.patch
* see:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111418
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111411
* add git headers to 0025-gcc-testsuite-mips.patch so that it does
easily apply with other patches with git am
(From OE-Core rev: 760068c5868380b0e833155020365735f55314c3)
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-13.2.inc')
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-13.2.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-13.2.inc b/meta/recipes-devtools/gcc/gcc-13.2.inc index 0922251e18..d96f3171e4 100644 --- a/meta/recipes-devtools/gcc/gcc-13.2.inc +++ b/meta/recipes-devtools/gcc/gcc-13.2.inc | |||
| @@ -64,8 +64,9 @@ SRC_URI = "${BASEURI} \ | |||
| 64 | file://0022-libatomic-Do-not-enforce-march-on-aarch64.patch \ | 64 | file://0022-libatomic-Do-not-enforce-march-on-aarch64.patch \ |
| 65 | file://0023-Fix-install-path-of-linux64.h.patch \ | 65 | file://0023-Fix-install-path-of-linux64.h.patch \ |
| 66 | file://0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch \ | 66 | file://0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch \ |
| 67 | file://0025-gcc-testsuite-mips.patch \ | 67 | file://0025-gcc-testsuite-tweaks-for-mips-OE.patch \ |
| 68 | file://CVE-2023-4039.patch \ | 68 | file://CVE-2023-4039.patch \ |
| 69 | file://0026-aarch64-Fix-loose-ldpstp-check-PR111411.patch \ | ||
| 69 | " | 70 | " |
| 70 | SRC_URI[sha256sum] = "e275e76442a6067341a27f04c5c6b83d8613144004c0413528863dc6b5c743da" | 71 | SRC_URI[sha256sum] = "e275e76442a6067341a27f04c5c6b83d8613144004c0413528863dc6b5c743da" |
| 71 | 72 | ||
