RISCV32 port of go compiler does not yet exist remove it from list
Fixes SDK builds for qemuriscv32 and other rv32 machines
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>
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 ?= " \
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 \