mirror of
git://git.yoctoproject.org/poky
synced 2026-09-16 23:28:46 +00:00
11 lines
213 B
BlitzBasic
11 lines
213 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"
|
|
|
|
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}"
|
|
|