mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
sdk: Remove go from SDK_TOOLCHAIN_LANGS for powerpc
PowerPC 32bit port of go compiler does not exist, remove it from list Fixes SDK builds for qemupowerpc and other powerpc machines (From OE-Core rev: 7308913fc007d1d5ea719aef6cb48079f402f417) 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>
This commit is contained in:
parent
7b048095a7
commit
d4b5fb23bb
|
|
@ -66,6 +66,7 @@ SDK_TOOLCHAIN_LANGS:remove:mipsarchn32 = "rust"
|
|||
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 \
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ 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"
|
||||
TARGET_TOOLCHAIN_LANGS:remove:powerpc = "go"
|
||||
|
||||
RDEPENDS:packagegroup-core-sdk = "\
|
||||
packagegroup-core-buildessential \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user