mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
populate_sdk_base: Disable rust SDK for MIPS n32
The n32 MIPS rust SDK doesn't quite build (libstd-rs fails with an llvm register issue). Disable it for now, someone with interest in having it working can fix if/as/when. (From OE-Core rev: aad10f24eea5a6b54de17138ab5c0f4ed1355a8f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -45,6 +45,8 @@ SDKTARGETSYSROOT = "${SDKPATH}/sysroots/${REAL_MULTIMACH_TARGET_SYS}"
|
|||||||
|
|
||||||
SDK_TOOLCHAIN_LANGS ??= ""
|
SDK_TOOLCHAIN_LANGS ??= ""
|
||||||
SDK_TOOLCHAIN_LANGS:remove:sdkmingw32 = "rust"
|
SDK_TOOLCHAIN_LANGS:remove:sdkmingw32 = "rust"
|
||||||
|
# libstd-rs doesn't build for mips n32 with compiler constraint errors
|
||||||
|
SDK_TOOLCHAIN_LANGS:remove:mipsarchn32 = "rust"
|
||||||
|
|
||||||
TOOLCHAIN_HOST_TASK ?= " \
|
TOOLCHAIN_HOST_TASK ?= " \
|
||||||
nativesdk-packagegroup-sdk-host \
|
nativesdk-packagegroup-sdk-host \
|
||||||
|
|||||||
Reference in New Issue
Block a user