summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc_12.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-08-20 09:39:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-25 11:08:07 +0100
commite5f344adbe2504419650880f8a835b094807ce5b (patch)
tree783cc5d048c04292d0700be80c9ee7fc4e6a0798 /meta/recipes-devtools/gcc/gcc_12.1.bb
parentfa7c52356a889f225349801a4f06e6f5bd8f4be6 (diff)
downloadpoky-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/gcc_12.1.bb')
-rw-r--r--meta/recipes-devtools/gcc/gcc_12.1.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/recipes-devtools/gcc/gcc_12.1.bb b/meta/recipes-devtools/gcc/gcc_12.1.bb
deleted file mode 100644
index 255fe552bd..0000000000
--- a/meta/recipes-devtools/gcc/gcc_12.1.bb
+++ /dev/null
@@ -1,14 +0,0 @@
1require recipes-devtools/gcc/gcc-${PV}.inc
2require gcc-target.inc
3
4# Building with thumb enabled on armv4t armv5t fails with
5# | gcc-4.8.1-r0/gcc-4.8.1/gcc/cp/decl.c:7438:(.text.unlikely+0x2fa): relocation truncated to fit: R_ARM_THM_CALL against symbol `fancy_abort(char const*, int, char const*)' defined in .glue_7 section in linker stubs
6# | gcc-4.8.1-r0/gcc-4.8.1/gcc/cp/decl.c:7442:(.text.unlikely+0x318): additional relocation overflows omitted from the output
7ARM_INSTRUCTION_SET:armv4 = "arm"
8ARM_INSTRUCTION_SET:armv5 = "arm"
9
10ARMFPARCHEXT:armv6 = "${@'+fp' if d.getVar('TARGET_FPU') == 'hard' else ''}"
11ARMFPARCHEXT:armv7a = "${@'+fp' if d.getVar('TARGET_FPU') == 'hard' else ''}"
12ARMFPARCHEXT:armv7ve = "${@'+fp' if d.getVar('TARGET_FPU') == 'hard' else ''}"
13
14BBCLASSEXTEND = "nativesdk"