diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-01-06 10:13:05 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-20 21:37:02 +0000 |
commit | 95fc6ae1649c86b5c2686385772cda35f5e7631f (patch) | |
tree | e74a91ce6ca7aa54aa90b11d52ca9978a6f9a11d /meta/recipes-devtools/gcc/gcc-crosssdk-initial_4.5.1.bb | |
parent | b46ce7cacd07d7bcf5933b6e978f18d69b0f853a (diff) | |
download | poky-95fc6ae1649c86b5c2686385772cda35f5e7631f.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-crosssdk-initial_4.5.1.bb')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-crosssdk-initial_4.5.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-crosssdk-initial_4.5.1.bb b/meta/recipes-devtools/gcc/gcc-crosssdk-initial_4.5.1.bb index 0fc5faab3e..240caf56f7 100644 --- a/meta/recipes-devtools/gcc/gcc-crosssdk-initial_4.5.1.bb +++ b/meta/recipes-devtools/gcc/gcc-crosssdk-initial_4.5.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require gcc-cross-initial_${PV}.bb | 1 | require gcc-cross-initial_${PV}.bb |
2 | require gcc-crosssdk-initial.inc | 2 | require gcc-crosssdk-initial.inc |
3 | 3 | ||
4 | PR = "r1" | 4 | PR = "r2" |