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

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

# 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/
}