PowerPC 32bit port of go compiler does not exist, remove it from list
Fixes SDK builds for qemupowerpc and other powerpc machines
Signed-off-by: Peter Tatrai <peter.tatrai.ext@siemens.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:linux-gnux32 = "go"
SDK_TOOLCHAIN_LANGS:remove:riscv32 = "go"
SDK_TOOLCHAIN_LANGS:remove:sdkmingw32 = "go"
+SDK_TOOLCHAIN_LANGS:remove:powerpc = "go"
TOOLCHAIN_HOST_TASK ?= " \
nativesdk-packagegroup-sdk-host \
# libstd-rs doesn't build for mips n32 with compiler constraint errors
TARGET_TOOLCHAIN_LANGS:remove:mipsarchn32 = "rust"
TARGET_TOOLCHAIN_LANGS:remove:riscv32 = "go"
+TARGET_TOOLCHAIN_LANGS:remove:powerpc = "go"
RDEPENDS:packagegroup-core-sdk = "\
packagegroup-core-buildessential \