mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 12:15:00 +00:00
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:
parent
b9513b8386
commit
192d6e9b47
@ -1,2 +1,3 @@
|
||||
export CGO_ENABLED_riscv64 = ""
|
||||
require go-${PV}.inc
|
||||
require go-runtime.inc
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user