aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc-cross-initial_4.3.3.bb
blob: 8a429d54fe67bc8bf19f1fcc4385cc7c6124fb32 (plain)
1
2
3
4
5
6
7
8
9
10
require gcc-cross_${PV}.bb
require gcc-cross-initial.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/
}