* [PATCH 1/1] go: do not try to build for powerpc64
@ 2017-06-06 18:47 Joe Slater
0 siblings, 0 replies; only message in thread
From: Joe Slater @ 2017-06-06 18:47 UTC (permalink / raw)
To: openembedded-core
Add powerpc64 to the incompatible host list.
Signed-off-by: Joe Slater <jslater@windriver.com>
---
meta/recipes-devtools/go/go.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/go/go.inc b/meta/recipes-devtools/go/go.inc
index 25437dd..91d040d 100644
--- a/meta/recipes-devtools/go/go.inc
+++ b/meta/recipes-devtools/go/go.inc
@@ -14,8 +14,9 @@ INHIBIT_SYSROOT_STRIP = "1"
# x32 ABI is not supported on go compiler so far
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_powerpc64 = "null"
export GOHOSTOS = "${BUILD_GOOS}"
export GOHOSTARCH = "${BUILD_GOARCH}"
--
2.7.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-06-06 18:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-06 18:47 [PATCH 1/1] go: do not try to build for powerpc64 Joe Slater
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox