aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gcc/gcc-crosssdk-initial_4.8.bbappend
blob: 33c58134cbe26cba8c33c2a96706b351680f7979 (plain)
1
2
3
4
5
6
7
8
9
10
LTO_darwin = "--disable-lto"

do_install_append_darwin () {
	ln -s  ${STAGING_DIR_TARGET}/${target_exec_prefix}/ ${D}/${exec_prefix}/${TARGET_SYS}
}

sysroot_stage_all_append_darwin () {
	sysroot_stage_dir ${D}${exec_prefix}/${TARGET_SYS} ${SYSROOT_DESTDIR}${exec_prefix}/${TARGET_SYS}
}