mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-08-15 17:28:04 +02:00
* different patching on same sources caused race contition [1] * build tested from scratch [1] http://lists.linuxtogo.org/pipermail/openembedded-core/2012-February/018296.html Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
9 lines
256 B
BlitzBasic
9 lines
256 B
BlitzBasic
|
|
require recipes-devtools/gcc/gcc-${PV}.inc
|
|
require recipes-devtools/gcc/gcc-configure-runtime.inc
|
|
require recipes-devtools/gcc/gcc-package-runtime.inc
|
|
|
|
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}"
|
|
|
|
EXTRA_OECONF += "--disable-libunwind-exceptions"
|