mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
go: do not try to build for powerpc64
Add powerpc64 to the incompatible host list. (From OE-Core rev: 358c2daee23eaa778e6a4f356b05b2d5a248fdd1) Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
53918ce80a
commit
d5214ebaf7
@@ -14,8 +14,9 @@ INHIBIT_SYSROOT_STRIP = "1"
|
|||||||
|
|
||||||
# x32 ABI is not supported on go compiler so far
|
# x32 ABI is not supported on go compiler so far
|
||||||
COMPATIBLE_HOST_linux-gnux32 = "null"
|
COMPATIBLE_HOST_linux-gnux32 = "null"
|
||||||
# ppc32 is not supported in go compilers
|
# ppc is not supported in go compilers
|
||||||
COMPATIBLE_HOST_powerpc = "null"
|
COMPATIBLE_HOST_powerpc = "null"
|
||||||
|
COMPATIBLE_HOST_powerpc64 = "null"
|
||||||
|
|
||||||
export GOHOSTOS = "${BUILD_GOOS}"
|
export GOHOSTOS = "${BUILD_GOOS}"
|
||||||
export GOHOSTARCH = "${BUILD_GOARCH}"
|
export GOHOSTARCH = "${BUILD_GOARCH}"
|
||||||
|
|||||||
Reference in New Issue
Block a user