mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +02:00
The kvm tests use the host ld, which doesn't necessarily know about the target ELF format. It should be using the cross ld we built, so call $(LD) instead. (From OE-Core rev: 4065c5b69830ea81fbde23263ece55f6f12e5d71) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>