mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
sdk: Remove go from SDK_TOOLCHAIN_LANGS for rv32
RISCV32 port of go compiler does not yet exist remove it from list Fixes SDK builds for qemuriscv32 and other rv32 machines (From OE-Core rev: 9af3029cb19fd644d17f54a54da3806b7aa3e244) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -64,6 +64,7 @@ SDK_TOOLCHAIN_LANGS:remove:sdkmingw32 = "rust"
|
||||
SDK_TOOLCHAIN_LANGS:remove:mipsarchn32 = "rust"
|
||||
# go will not build for x86-x32 or mingw
|
||||
SDK_TOOLCHAIN_LANGS:remove:linux-gnux32 = "go"
|
||||
SDK_TOOLCHAIN_LANGS:remove:riscv32 = "go"
|
||||
SDK_TOOLCHAIN_LANGS:remove:sdkmingw32 = "go"
|
||||
|
||||
TOOLCHAIN_HOST_TASK ?= " \
|
||||
|
||||
@@ -14,6 +14,7 @@ TARGET_TOOLCHAIN_LANGS ??= "${SDK_TOOLCHAIN_LANGS}"
|
||||
TARGET_TOOLCHAIN_LANGS:remove:sdkmingw32 = "rust"
|
||||
# libstd-rs doesn't build for mips n32 with compiler constraint errors
|
||||
TARGET_TOOLCHAIN_LANGS:remove:mipsarchn32 = "rust"
|
||||
TARGET_TOOLCHAIN_LANGS:remove:riscv32 = "go"
|
||||
|
||||
RDEPENDS:packagegroup-core-sdk = "\
|
||||
packagegroup-core-buildessential \
|
||||
|
||||
Reference in New Issue
Block a user