mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
libgcc: Always use BFD linker
libgcc is linked with GNU BFD linker make sure it does not assume default ld to be BFD linker rather demand it explicitly (From OE-Core rev: 856b4ec58fd5391069eaf43ab1b7426d49d9b7de) 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:
@@ -1,5 +1,7 @@
|
||||
require recipes-devtools/gcc/gcc-${PV}.inc
|
||||
require libgcc.inc
|
||||
|
||||
LDFLAGS += "-fuse-ld=bfd"
|
||||
|
||||
# Building with thumb enabled on armv6t fails
|
||||
ARM_INSTRUCTION_SET:armv6 = "arm"
|
||||
|
||||
Reference in New Issue
Block a user