summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gcc/gcc-runtime_4.5.bb
blob: 36df1d002efb09bd9b409b3d120361d2519e20e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
PR = "${INC_PR}.0"

require gcc-${PV}.inc
require gcc-configure-runtime.inc
require 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"