blob: eda678ef2fc422963ad0afac52e39040db446f11 (
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 ${STAGING_DIR_NATIVE}${prefix_native}/lib/gcc/${TARGET_SYS}/${BINV}/include-fixed/* ${D}${STAGING_DIR_NATIVE}${prefix_native}/lib/gcc/${TARGET_SYS}/${BINV}/include/
}
|