11 lines
321 B
BlitzBasic
11 lines
321 B
BlitzBasic
|
require gcc-cross_${PV}.bb
|
||
|
require gcc-cross-intermediate.inc
|
||
|
|
||
|
S = "${WORKDIR}/gcc-4.2"
|
||
|
|
||
|
# 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/
|
||
|
}
|
||
|
|