aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gcc/gcc-crosssdk-initial_4.7.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/gcc/gcc-crosssdk-initial_4.7.bbappend')
-rw-r--r--recipes-devtools/gcc/gcc-crosssdk-initial_4.7.bbappend8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-devtools/gcc/gcc-crosssdk-initial_4.7.bbappend b/recipes-devtools/gcc/gcc-crosssdk-initial_4.7.bbappend
new file mode 100644
index 0000000..7a7ca37
--- /dev/null
+++ b/recipes-devtools/gcc/gcc-crosssdk-initial_4.7.bbappend
@@ -0,0 +1,8 @@
+
+do_install_append_mingw32 () {
+ ln -s ${STAGING_DIR_TARGET}/${target_exec_prefix}/ ${D}/${exec_prefix}/${TARGET_SYS}
+}
+
+sysroot_stage_all_append_mingw32 () {
+ sysroot_stage_dir ${D}${exec_prefix}/${TARGET_SYS} ${SYSROOT_DESTDIR}${exec_prefix}/${TARGET_SYS}
+} \ No newline at end of file