mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-06 14:14:40 +02:00
This option is no longer default in bitbake.conf Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 lines
335 B
BlitzBasic
12 lines
335 B
BlitzBasic
PR = "${INC_PR}.1"
|
|
|
|
require recipes-devtools/gcc/gcc-${PV}.inc
|
|
require recipes-devtools/gcc/gcc-configure-runtime.inc
|
|
require recipes-devtools/gcc/gcc-package-runtime.inc
|
|
|
|
SRC_URI_append = "file://fortran-cross-compile-hack.patch"
|
|
|
|
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}"
|
|
|
|
EXTRA_OECONF += "--disable-libunwind-exceptions"
|