aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc-cross-intermediate_4.3.3.bb
blob: 6de46f7e279a37910f60bba9976ed1a1d5ac6194 (plain)
1
2
3
4
5
6
7
8
9
require gcc-cross_${PV}.bb
require gcc-cross-intermediate.inc
PR = "r1"

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