]> code.ossystems Code Review - openembedded-core.git/commit
gcc_4.5.1: add DSO linking change patch
authorNitin A Kamble <nitin.a.kamble@intel.com>
Thu, 6 Jan 2011 18:13:05 +0000 (10:13 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Jan 2011 21:37:02 +0000 (21:37 +0000)
commit95fc6ae1649c86b5c2686385772cda35f5e7631f
treee74a91ce6ca7aa54aa90b11d52ca9978a6f9a11d
parentb46ce7cacd07d7bcf5933b6e978f18d69b0f853a
gcc_4.5.1: add DSO linking change patch

This patch changes gcc's (ld's) linking behavior. It passes
--no-add-needed flag to ld. Because of it ld does not try to find
related libraries for linking, causing link failures. And these
link failures can be fixed by specifying the library to be linked
explicitely on the gcc command line.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
meta/recipes-devtools/gcc/gcc-4.5.1.inc
meta/recipes-devtools/gcc/gcc-4.5.1/fedora/gcc45-no-add-needed.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-cross-canadian_4.5.1.bb
meta/recipes-devtools/gcc/gcc-cross-initial_4.5.1.bb
meta/recipes-devtools/gcc/gcc-cross-intermediate_4.5.1.bb
meta/recipes-devtools/gcc/gcc-cross_4.5.1.bb
meta/recipes-devtools/gcc/gcc-crosssdk-initial_4.5.1.bb
meta/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.5.1.bb
meta/recipes-devtools/gcc/gcc-crosssdk_4.5.1.bb
meta/recipes-devtools/gcc/gcc_4.5.1.bb