From: Khem Raj Date: Fri, 13 Dec 2019 21:15:02 +0000 (-0800) Subject: Revert "go: Reset unneeded GOARCH variables for native recipe" X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~12517 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18b90967bd367263280ec871be84e67e3eed11fa;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git Revert "go: Reset unneeded GOARCH variables for native recipe" This reverts commit 4825eede606b075d0d529b38d6162999f1dec506. Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/go/go-common.inc b/meta/recipes-devtools/go/go-common.inc index aa2482d3568..f18d928c704 100644 --- a/meta/recipes-devtools/go/go-common.inc +++ b/meta/recipes-devtools/go/go-common.inc @@ -37,16 +37,6 @@ export GO386 ?= "${TARGET_GO386}" export GOMIPS ?= "${TARGET_GOMIPS}" export GOROOT_FINAL ?= "${libdir}/go" -GOEXPORTVARS = "1" -GOEXPORTVARS_class-native = "0" - -GOARM[export] = "${GOEXPORTVARS}" -GO386[export] = "${GOEXPORTVARS}" -GOMIPS[export] = "${GOEXPORTVARS}" -HOST_GOARM[export] = "${GOEXPORTVARS}" -HOST_GO386[export] = "${GOEXPORTVARS}" -HOST_GOMIPS[export] = "${GOEXPORTVARS}" - do_compile_prepend() { BUILD_CC=${BUILD_CC} }