diff options
| author | Bernhard Rosenkränzer <bero@lindev.ch> | 2021-07-30 01:52:42 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:11 +0100 |
| commit | 587ef78f574576d899d8d0c349a530d0aa35b2c5 (patch) | |
| tree | 717988607517e559f231f73688fcf2ee99ae5657 /meta/recipes-devtools/gcc/gcc_11.2.bb | |
| parent | c28de3817e48f1cb6d003a06bd1bb3eebc6cc314 (diff) | |
| download | poky-587ef78f574576d899d8d0c349a530d0aa35b2c5.tar.gz | |
gcc: update 11.1 -> 11.2
Update gcc, drop patches that have been merged upstream
(From OE-Core rev: 8979de58dc49fb4f8bc55743a1a4bf613c675a4e)
Signed-off-by: Bernhard Rosenkränzer <bero@lindev.ch>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc_11.2.bb')
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc_11.2.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc_11.2.bb b/meta/recipes-devtools/gcc/gcc_11.2.bb new file mode 100644 index 0000000000..255fe552bd --- /dev/null +++ b/meta/recipes-devtools/gcc/gcc_11.2.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | require recipes-devtools/gcc/gcc-${PV}.inc | ||
| 2 | require 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 | ||
| 7 | ARM_INSTRUCTION_SET:armv4 = "arm" | ||
| 8 | ARM_INSTRUCTION_SET:armv5 = "arm" | ||
| 9 | |||
| 10 | ARMFPARCHEXT:armv6 = "${@'+fp' if d.getVar('TARGET_FPU') == 'hard' else ''}" | ||
| 11 | ARMFPARCHEXT:armv7a = "${@'+fp' if d.getVar('TARGET_FPU') == 'hard' else ''}" | ||
| 12 | ARMFPARCHEXT:armv7ve = "${@'+fp' if d.getVar('TARGET_FPU') == 'hard' else ''}" | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "nativesdk" | ||
