Files
poky/meta/packages/gcc/gcc-cross-intermediate_4.3.3.bb

10 lines
262 B
BlitzBasic

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