]> code.ossystems Code Review - openembedded-core.git/commit
gcc: Stash the gcc-cross builddir to reuse in libgcc and gcc-runtime
authorKhem Raj <raj.khem@gmail.com>
Fri, 24 Feb 2012 03:07:46 +0000 (19:07 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Apr 2012 13:48:48 +0000 (14:48 +0100)
commit7cf9f0597648c0bdaa080976d74acfbfc4c8443d
tree14766144daa76a935eb970bf250cd20a334cdb72
parent0e904103e9bd7fdb31bfcc129067511f9f45701b
gcc: Stash the gcc-cross builddir to reuse in libgcc and gcc-runtime

Currently we stash the libgcc install tree and then reuse that
to populate libgcc recipe later. This mechanism does not work
for gcc 4.7/trunk since now libstdc++ needs access to build tree
of libgcc. This patch stashes the gcc-cross build tree
and then reuses this in libgcc as well as in gcc-runtime
recipe builds.

Now we build libgcc in the libgcc recipe instead of just
using the prebuilt install tree

core-image-minimal build/run tested on all qemu machines

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-devtools/gcc/gcc-configure-runtime.inc
meta/recipes-devtools/gcc/gcc-cross-initial.inc
meta/recipes-devtools/gcc/gcc-package-cross.inc
meta/recipes-devtools/gcc/libgcc_4.6.bb