mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
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>
6 lines
69 B
BlitzBasic
6 lines
69 B
BlitzBasic
require gcc-cross_${PV}.bb
|
|
require gcc-cross-initial.inc
|
|
|
|
PR = "r2"
|
|
|