summaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-cross-intermediate_csl-arm-2007q3.bb
blob: 35325901de5b9407a135929f655e442e2e04c929 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require gcc-cross_${PV}.bb
require gcc-cross-intermediate.inc

S = "${WORKDIR}/gcc-4.2"

EXTRA_OECONF += "--disable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap "

# Hack till we fix *libc properly
do_install_append() {
	ln -sf ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/include-fixed/* ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/include/
}