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>
13 lines
353 B
BlitzBasic
13 lines
353 B
BlitzBasic
PR = "r2"
|
|
require gcc-${PV}.inc
|
|
require gcc-configure-target.inc
|
|
require gcc-package-target.inc
|
|
|
|
SRC_URI_append = "file://fortran-cross-compile-hack.patch"
|
|
|
|
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}"
|
|
|
|
|
|
SRC_URI[md5sum] = "48231a8e33ed6e058a341c53b819de1a"
|
|
SRC_URI[sha256sum] = "45fa81face89203ccbf3ec73f7a372769d855f3ba7446f50125b613d9c163e2c"
|