mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-04 15:51:07 +00:00
* don't duplicate .inc files, use the ones from the main layer(s) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
11 lines
284 B
BlitzBasic
11 lines
284 B
BlitzBasic
PR = "${INC_PR}.1"
|
|
|
|
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}"
|
|
|