mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 15: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>
9 lines
272 B
BlitzBasic
9 lines
272 B
BlitzBasic
require recipes-devtools/gcc/gcc-${PV}.inc
|
|
require gcc-configure-runtime.inc
|
|
require gcc-package-runtime.inc
|
|
|
|
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}"
|
|
|
|
EXTRA_OECONF += "--disable-libunwind-exceptions"
|
|
EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu"
|