mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
11 lines
221 B
BlitzBasic
11 lines
221 B
BlitzBasic
PR = "r11"
|
|
|
|
require gcc-${PV}.inc
|
|
require gcc-configure-target.inc
|
|
require gcc-package-target.inc
|
|
|
|
SRC_URI_append = "file://fortran-cross-compile-hack.patch;patch=1"
|
|
|
|
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}"
|
|
|