mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-07-19 21:09:04 +02:00
imx-sc-firmware: Always use BFD linker
Some distros e.g. yoe uses LLD linker as default, it does not work with prebuilt baremetal toolchain used for imx-sc-firmware Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
53cc2fa8f5
commit
d5a2949941
|
@ -25,6 +25,9 @@ symlink_name = "scfw_tcm.bin"
|
|||
|
||||
BOOT_TOOLS = "imx-boot-tools"
|
||||
|
||||
LDFLAGS:remove = "-fuse-ld=lld"
|
||||
LDFLAGS:append = " -fuse-ld=bfd"
|
||||
|
||||
do_compile[noexec] = "1"
|
||||
|
||||
do_install[noexec] = "1"
|
||||
|
|
Loading…
Reference in New Issue
Block a user