]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
ltp: fix builds when host ld doesn't know about target ELF formats
authorRoss Burton <ross.burton@arm.com>
Tue, 12 Jul 2022 14:37:34 +0000 (15:37 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Jul 2022 09:08:37 +0000 (10:08 +0100)
commit4065c5b69830ea81fbde23263ece55f6f12e5d71
tree67bb1d72565f8f6d93d560525d514c59c5194243
parentbd2c8ed2d3ddec21cfcc44b26feee0285e0cd441
ltp: fix builds when host ld doesn't know about target ELF formats

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.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-extended/ltp/ltp/0001-kvm-use-LD-instead-of-hardcoding-ld.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp_20220527.bb