diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-10 11:20:29 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-02 11:28:27 +0000 |
commit | a6b55d9d831fa0b5bf8ec2f6a6f988ee5addd242 (patch) | |
tree | f25d0d06daa82d3279bf6d6a425dad11be46b0f6 | |
parent | a9d8f368265ca9ffd86d6715ad55dcfa124c8766 (diff) | |
download | poky-a6b55d9d831fa0b5bf8ec2f6a6f988ee5addd242.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 rev: 2e60ef7fe63974e443a9ddc25c5eb4249ec37963)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 1 |
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++ |