summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/goarch.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/goarch.bbclass b/meta/classes/goarch.bbclass
index 57537fbc09..9cd38b8c48 100644
--- a/meta/classes/goarch.bbclass
+++ b/meta/classes/goarch.bbclass
@@ -14,6 +14,7 @@ GO_BUILD_BINDIR = "${@['bin/${HOST_GOTUPLE}','bin'][d.getVar('BUILD_GOTUPLE',Tru
14# define here because everybody inherits this class 14# define here because everybody inherits this class
15# 15#
16COMPATIBLE_HOST_linux-gnux32 = "null" 16COMPATIBLE_HOST_linux-gnux32 = "null"
17COMPATIBLE_HOST_linux-muslx32 = "null"
17COMPATIBLE_HOST_powerpc = "null" 18COMPATIBLE_HOST_powerpc = "null"
18COMPATIBLE_HOST_powerpc64 = "null" 19COMPATIBLE_HOST_powerpc64 = "null"
19 20