aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gcc/gcc-crosssdk-initial_4.9.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/gcc/gcc-crosssdk-initial_4.9.bbappend')
-rw-r--r--recipes-devtools/gcc/gcc-crosssdk-initial_4.9.bbappend19
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes-devtools/gcc/gcc-crosssdk-initial_4.9.bbappend b/recipes-devtools/gcc/gcc-crosssdk-initial_4.9.bbappend
deleted file mode 100644
index cdbac0d..0000000
--- a/recipes-devtools/gcc/gcc-crosssdk-initial_4.9.bbappend
+++ /dev/null
@@ -1,19 +0,0 @@
-
-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}
-}
-
-
-do_compile_append_darwin () {
- oe_runmake all-target-libgcc
-}
-do_install_append_darwin () {
- oe_runmake 'DESTDIR=${D}' install-target-libgcc
-}
-