mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 19:39:40 +01:00
* Package new gomp header acc_prof.h * Package lto-dump which is a new tool in gcc10 * All Changes are here [1] * Porting apps to gcc 10 help is here [2] * Backport a patch to fix CET errors on cross builds * Add patch to fix mingw libstdc++ [1] https://gcc.gnu.org/gcc-10/changes.html [2] https://gcc.gnu.org/gcc-10/porting_to.html (From OE-Core rev: 44c3881b18f74eb64379818fc150f94398fb8a49) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 lines
151 B
BlitzBasic
6 lines
151 B
BlitzBasic
require recipes-devtools/gcc/gcc-${PV}.inc
|
|
require libgcc-initial.inc
|
|
|
|
# Building with thumb enabled on armv6t fails
|
|
ARM_INSTRUCTION_SET_armv6 = "arm"
|