mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-06 14:14:40 +02:00
In addition apply linaro improvements and backports from FSF gcc-4_6-branch Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
11 lines
370 B
BlitzBasic
11 lines
370 B
BlitzBasic
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"
|
|
EXTRA_OECONF_append_poky-lsb = " --enable-clocale=gnu"
|