mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
ffmpeg: Use bfd linker on i386 when lld is distro linker default
(From OE-Core rev: fc155090b8cfb62f1114b3e5f86fc4dacfb3bc89) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -133,6 +133,7 @@ EXTRA_OECONF:append:powerpc = " --extra-libs=-latomic"
|
|||||||
# ld.gold: internal error in relocate_section, at ../../gold/i386.cc:3684
|
# ld.gold: internal error in relocate_section, at ../../gold/i386.cc:3684
|
||||||
|
|
||||||
LDFLAGS:append:x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}"
|
LDFLAGS:append:x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}"
|
||||||
|
LDFLAGS:append:x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', ' -fuse-ld=bfd ', '', d)}"
|
||||||
|
|
||||||
EXTRA_OEMAKE = "V=1"
|
EXTRA_OEMAKE = "V=1"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user