mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 12:32:13 +02:00
10 lines
262 B
BlitzBasic
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/
|
|
}
|
|
|