aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.0.0.inc
blob: f8878ec886209803384843b1100b152f7a0c549a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require gcc-common.inc

DEPENDS = ""

SRC_URI += "file://gcc-posix-open-fix.patch;patch=1 \
	file://zecke-xgcc-cpp.patch;patch=1"
SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "

# Language Overrides
FORTRAN = ",f95"

EXTRA_OECONF_BASE = "--disable-libssp --disable-libmudflap"