go: Disbale CGO for riscv64

cgo is still not available in go for riscv64, we will re-evaluate it
once we upgrade to 1.15

Fixes
| /usr/src/debug/go-runtime/1.14.4-r0/go/src/runtime/cgo/gcc_util.c:23: undefined reference to `_cgo_sys_thread_start'

[YOCTO #13966]

(From OE-Core rev: f512b3308ed6ee878c77f72b9235ada83d107dba)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2020-07-09 12:57:29 -07:00
committed by Richard Purdie
parent b9513b8386
commit 192d6e9b47
2 changed files with 2 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
export CGO_ENABLED_riscv64 = ""
require go-${PV}.inc
require go-runtime.inc

View File

@@ -2,7 +2,7 @@ require go-${PV}.inc
require go-target.inc
export GOBUILDMODE=""
export CGO_ENABLED_riscv64 = ""
# Add pie to GOBUILDMODE to satisfy "textrel" QA checking, but mips/riscv
# doesn't support -buildmode=pie, so skip the QA checking for mips/riscv and its
# variants.