summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-10 11:20:29 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-09 11:04:12 +0000
commit88d7fd1b09a2974d520137ddd78a169231167166 (patch)
tree73c00e8904bb7a1e7c6faab4a05a6767eb155a5a /meta/recipes-devtools
parent6241dcf76583baabbf6ef921f89470ba0d10f464 (diff)
downloadpoky-88d7fd1b09a2974d520137ddd78a169231167166.tar.gz
gcc-cross-canadian: Fix fortran build
When fortran was enabled, builds were failing due to a extra files. For now we can remove these and avoid the build failure. (From OE-Core master rev: 2e60ef7fe63974e443a9ddc25c5eb4249ec37963) (From OE-Core rev: 2c0a74e2a77ffd542cf45868646a054e0952c77a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/gcc/gcc-cross-canadian.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
index 900f1e594f..136f26719e 100644
--- a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
@@ -103,6 +103,7 @@ do_install () {
103 # Cleanup some of the ${libdir}{,exec}/gcc stuff ... 103 # Cleanup some of the ${libdir}{,exec}/gcc stuff ...
104 rm -r ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/install-tools 104 rm -r ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/install-tools
105 rm -r ${D}${libexecdir}/gcc/${TARGET_SYS}/${BINV}/install-tools 105 rm -r ${D}${libexecdir}/gcc/${TARGET_SYS}/${BINV}/install-tools
106 rm -rf ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/finclude
106 107
107 # We care about g++ not c++ 108 # We care about g++ not c++
108 rm -f ${D}${bindir}/*c++ 109 rm -f ${D}${bindir}/*c++