mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
ba454ab180
(ported from oe-core for consistency) We ensure that: * the shared work directory contains PR and ensure PR values are consistent across gcc builds * the regexp to handle library directories is in a specific task and run once This avoids breakage that was seen in incremental builds after commit be1f70d68b6b75772ebab8bdff683ddd7c42b0cd in oe-core where the interpretor could become corrupted. This was due to the sed expression corrupting the source directory. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
10 lines
265 B
BlitzBasic
10 lines
265 B
BlitzBasic
|
|
require recipes-devtools/gcc/gcc-${PV}.inc
|
|
require recipes-devtools/gcc/gcc-configure-target.inc
|
|
require recipes-devtools/gcc/gcc-package-target.inc
|
|
|
|
SRC_URI_append = "file://fortran-cross-compile-hack.patch"
|
|
|
|
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}"
|
|
|