From: sweeaun Date: Thu, 17 Aug 2017 02:07:41 +0000 (-0700) Subject: goarch: Disable build for muslx32 X-Git-Tag: 2017-10~541 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7f6e47b0d8aec9cb22db50ccb40ebb01677f01ea;p=openembedded-core.git goarch: Disable build for muslx32 Disable build for muslx32. Signed-off-by: sweeaun Signed-off-by: Richard Purdie --- 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 # define here because everybody inherits this class # COMPATIBLE_HOST_linux-gnux32 = "null" +COMPATIBLE_HOST_linux-muslx32 = "null" COMPATIBLE_HOST_powerpc = "null" COMPATIBLE_HOST_powerpc64 = "null"