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

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

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