From adc1c99abaab3d6046edd3a26dd53a31181f97ca Mon Sep 17 00:00:00 2001 From: Christian Eggers Date: Fri, 25 Mar 2022 07:52:24 +0100 Subject: [PATCH] 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". Signed-off-by: Christian Eggers Signed-off-by: Alexandre Belloni --- meta/conf/machine-sdk/x86_64.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/machine-sdk/x86_64.conf b/meta/conf/machine-sdk/x86_64.conf index 8d494b261e0..2ab607e65c2 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 = "" -- 2.47.2