Files
poky/meta/recipes-devtools/gcc/gcc-cross-initial_4.5.1.bb
Nitin A Kamble 95fc6ae164 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>
2011-01-20 21:37:02 +00:00

6 lines
69 B
BlitzBasic

require gcc-cross_${PV}.bb
require gcc-cross-initial.inc
PR = "r2"