mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
Revert "go: Reset unneeded GOARCH variables for native recipe"
This reverts commit 4825eede606b075d0d529b38d6162999f1dec506. (From OE-Core rev: 18b90967bd367263280ec871be84e67e3eed11fa) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user