summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/go/go.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/go/go.inc b/meta/recipes-devtools/go/go.inc
index 25437ddfe3..91d040d483 100644
--- a/meta/recipes-devtools/go/go.inc
+++ b/meta/recipes-devtools/go/go.inc
@@ -14,8 +14,9 @@ INHIBIT_SYSROOT_STRIP = "1"
14 14
15# x32 ABI is not supported on go compiler so far 15# x32 ABI is not supported on go compiler so far
16COMPATIBLE_HOST_linux-gnux32 = "null" 16COMPATIBLE_HOST_linux-gnux32 = "null"
17# ppc32 is not supported in go compilers 17# ppc is not supported in go compilers
18COMPATIBLE_HOST_powerpc = "null" 18COMPATIBLE_HOST_powerpc = "null"
19COMPATIBLE_HOST_powerpc64 = "null"
19 20
20export GOHOSTOS = "${BUILD_GOOS}" 21export GOHOSTOS = "${BUILD_GOOS}"
21export GOHOSTARCH = "${BUILD_GOARCH}" 22export GOHOSTARCH = "${BUILD_GOARCH}"