M7350/oe-core/meta-msm/recipes/gcc/gcc-runtime_4.5.3.bb

11 lines
353 B
BlitzBasic
Raw Normal View History

2024-09-09 08:52:07 +00:00
require 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"
EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu"