[2/4] machine-sdk: clear ABIEXTENSION for class-crosssdk

Message ID 20220325065226.14833-2-ceggers@arri.de
State Accepted, archived
Commit adc1c99abaab3d6046edd3a26dd53a31181f97ca
Headers show
Series [1/4] rust-common: override RUST_LIBC for crosssdk | expand

Commit Message

Christian Eggers March 25, 2022, 6:52 a.m. UTC
For nativesdk/crosssdk, we have no ABIEXTENSION. Fixes build of
rust-crosssdk if ABIEXTENSION is set toe something like "eabi".

Signed-off-by: Christian Eggers <ceggers@arri.de>
---
 meta/conf/machine-sdk/x86_64.conf | 1 +
 1 file changed, 1 insertion(+)

Patch

diff --git a/meta/conf/machine-sdk/x86_64.conf b/meta/conf/machine-sdk/x86_64.conf
index 8d494b261e0c..2ab607e65c22 100644
--- a/meta/conf/machine-sdk/x86_64.conf
+++ b/meta/conf/machine-sdk/x86_64.conf
@@ -1,2 +1,3 @@ 
 SDK_ARCH = "x86_64"
+ABIEXTENSION:class-crosssdk = ""
 ABIEXTENSION:class-nativesdk = ""