mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
To accomodate gcc 4.7 which needed a different option than --with-header this option setting has been moved into version specific recipes Signed-off-by: Khem Raj <raj.khem@gmail.com> Tested-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
4 lines
198 B
BlitzBasic
4 lines
198 B
BlitzBasic
require recipes-devtools/gcc/gcc-cross-intermediate_${PV}.bb
|
|
require recipes-devtools/gcc/gcc-crosssdk-intermediate.inc
|
|
EXTRA_OECONF += " --with-headers=${STAGING_DIR_TCBOOTSTRAP}${SYSTEMHEADERS} "
|