mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 14:02:21 +02: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:
committed by
Richard Purdie
parent
ccef909c56
commit
ab3f69296d
@@ -1,2 +1,3 @@
|
||||
SDK_ARCH = "x86_64"
|
||||
ABIEXTENSION:class-crosssdk = ""
|
||||
ABIEXTENSION:class-nativesdk = ""
|
||||
|
||||
Reference in New Issue
Block a user