aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-cross_4.3.3.bb
blob: 72016b96e5b7930254b21f46c191eb360c4af047 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PR = "${INC_PR}.1"
require gcc-${PV}.inc
require gcc-cross4.inc
require gcc-configure-cross.inc
require gcc-package-cross.inc

SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "

EXTRA_OECONF += "  --enable-cheaders=c_std --disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native}"

ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}"

SRC_URI[md5sum] = "cc3c5565fdb9ab87a05ddb106ba0bd1f"
SRC_URI[sha256sum] = "309f614a3c7fee88edc4928ff17185a19533949a1642ccf776e87d86303704de"