mirror of
git://git.yoctoproject.org/poky
synced 2026-04-02 02:49:11 +00:00
machine-sdk: clear ABIEXTENSION for class-crosssdk
For nativesdk/crosssdk, we have no ABIEXTENSION. Fixes build of rust-crosssdk if ABIEXTENSION is set toe something like "eabi". (From OE-Core rev: adc1c99abaab3d6046edd3a26dd53a31181f97ca) Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
ccef909c56
commit
ab3f69296d
@ -1,2 +1,3 @@
|
||||
SDK_ARCH = "x86_64"
|
||||
ABIEXTENSION:class-crosssdk = ""
|
||||
ABIEXTENSION:class-nativesdk = ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user