Files
meta-openembedded/recipes-devtools/gcc/gcc-runtime_4.5.bb
Koen Kooi 8d6c7b3ee2 gcc: sync with yocto
* don't duplicate .inc files, use the ones from the main layer(s)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-22 14:12:59 +01:00

12 lines
335 B
BlitzBasic

PR = "${INC_PR}.0"
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"