mirror of
git://git.yoctoproject.org/poky
synced 2026-08-17 01:11:05 +00:00
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 where the interpretor could become corrupted. This was due to the sed expression corrupting the source directory. (From OE-Core rev: 970af6b09e1d69041b0d82fa56ace19543405eb1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
343 B
BlitzBasic
12 lines
343 B
BlitzBasic
require gcc-${PV}.inc
|
|
require gcc-configure-target.inc
|
|
require gcc-package-target.inc
|
|
|
|
SRC_URI_append = "file://fortran-cross-compile-hack.patch"
|
|
|
|
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}"
|
|
|
|
|
|
SRC_URI[md5sum] = "48231a8e33ed6e058a341c53b819de1a"
|
|
SRC_URI[sha256sum] = "45fa81face89203ccbf3ec73f7a372769d855f3ba7446f50125b613d9c163e2c"
|