]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "go: Reset unneeded GOARCH variables for native recipe"
authorKhem Raj <raj.khem@gmail.com>
Fri, 13 Dec 2019 21:15:02 +0000 (13:15 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 15 Dec 2019 09:04:38 +0000 (09:04 +0000)
This reverts commit 4825eede606b075d0d529b38d6162999f1dec506.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/go/go-common.inc

index aa2482d3568c4bcd017d1db535293a75eb713742..f18d928c704ada3ea31bfb5e06cf0a7d8ae840da 100644 (file)
@@ -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}
 }