mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 12:32:13 +02:00
This is needed for adjusting meta-linaro where linaro gcc recipes leverage the core recipe infrastructure and modifies minimal to keep compatibility with OE-Core so that any changes in OE-Core gcc recipes does not trigger changes in meta-linaro. (From OE-Core rev: cb01b2a4fc82e62eacc4441fddc3fdfb04a3acf3) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 lines
161 B
BlitzBasic
6 lines
161 B
BlitzBasic
require recipes-devtools/gcc/gcc-${PV}.inc
|
|
require gcc-configure-target.inc
|
|
require gcc-package-target.inc
|
|
|
|
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}"
|