]> code.ossystems Code Review - openembedded-core.git/commit
libgcc: use the new recipe (rather than gcc-runtime) to install libgcc_s.so* and...
authorDexuan Cui <dexuan.cui@intel.com>
Sat, 15 Jan 2011 10:47:50 +0000 (18:47 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Jan 2011 22:04:50 +0000 (22:04 +0000)
commit0df3c481309e89b93e8a57773eb9c470b4dd13a7
treed8f0bbaa5672dee61273d5502546409034d0a5d8
parent2ce2c1e6f9c5196c4346c3839bf594dd821c20ee
libgcc: use the new recipe (rather than gcc-runtime) to install libgcc_s.so* and crt*.o

Currently gcc-runtime installs the files, but actually gcc-runtime's
do_configure checks if the files are available, so before we build gcc-runtime,
we should have some recipe install the files first! -- currently
gcc-cross-intermediate actually does that(gcc-cross also installs the files,
but it installs into the gcc-build-internal* directory), but
gcc-cross-intermediate will have its own sysroot in future, after that,
gcc-runtime won't build. So let us add this new target recipe and move the
installation of the files from gcc-runtime into it.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
meta/conf/distro/poky.conf
meta/recipes-devtools/gcc/gcc-configure-runtime.inc
meta/recipes-devtools/gcc/gcc-package-runtime.inc
meta/recipes-devtools/gcc/gcc-runtime_4.3.3.bb
meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb
meta/recipes-devtools/gcc/libgcc_4.5.1.bb [new file with mode: 0644]