aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-cross-initial_csl-arm-2007q3.bb
blob: 110212be8df798c28356c9c8f4427109fdb42aa6 (plain)
1
2
3
4
5
6
7
8
9
10
require gcc-cross_${PV}.bb
require gcc-cross-initial.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/
}