diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-08-20 09:39:03 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-25 11:08:07 +0100 |
| commit | e5f344adbe2504419650880f8a835b094807ce5b (patch) | |
| tree | 783cc5d048c04292d0700be80c9ee7fc4e6a0798 /meta/recipes-devtools/gcc/libgcc-initial_12.1.bb | |
| parent | fa7c52356a889f225349801a4f06e6f5bd8f4be6 (diff) | |
| download | poky-e5f344adbe2504419650880f8a835b094807ce5b.tar.gz | |
gcc: Upgrade to 12.2.0
GCC 12.2 is the first bug-fix release from the GCC 12 branch containing
important fixes for regressions and serious bugs in GCC 12.1 with more
than 71 bugs fixed since the previous release comprising of a number
of libstdc++ and C++ and fortran fixes [1]
Remove backported patch to fix libsanitizers with glibc 2.36, its
already present in 12.2
[1] https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=12.2
(From OE-Core rev: b73f5c0a7b94d9d04dd69fe5a5b871eab05714a3)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/libgcc-initial_12.1.bb')
| -rw-r--r-- | meta/recipes-devtools/gcc/libgcc-initial_12.1.bb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-devtools/gcc/libgcc-initial_12.1.bb b/meta/recipes-devtools/gcc/libgcc-initial_12.1.bb deleted file mode 100644 index a259082b47..0000000000 --- a/meta/recipes-devtools/gcc/libgcc-initial_12.1.bb +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | require recipes-devtools/gcc/gcc-${PV}.inc | ||
| 2 | require libgcc-initial.inc | ||
| 3 | |||
| 4 | # Building with thumb enabled on armv6t fails | ||
| 5 | ARM_INSTRUCTION_SET:armv6 = "arm" | ||
