From: sweeaun Date: Thu, 17 Aug 2017 02:07:41 +0000 (-0700) Subject: goarch: Disable build for muslx32 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20327 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f6e47b0d8aec9cb22db50ccb40ebb01677f01ea;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 57537fbc092..9cd38b8c48f 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"