Please consider it for dunfell as well once in master On 7/9/20 12:57 PM, Khem Raj wrote: > 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] > > Signed-off-by: Khem Raj <[email protected]> > --- > v2: Fix go as well along with go-runtime > > meta/recipes-devtools/go/go-runtime_1.14.bb | 1 + > meta/recipes-devtools/go/go_1.14.bb | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > > diff --git a/meta/recipes-devtools/go/go-runtime_1.14.bb > b/meta/recipes-devtools/go/go-runtime_1.14.bb > index 43b68b4e46..4eeee65e0c 100644 > --- a/meta/recipes-devtools/go/go-runtime_1.14.bb > +++ b/meta/recipes-devtools/go/go-runtime_1.14.bb > @@ -1,2 +1,3 @@ > +export CGO_ENABLED_riscv64 = "" > require go-${PV}.inc > require go-runtime.inc > diff --git a/meta/recipes-devtools/go/go_1.14.bb > b/meta/recipes-devtools/go/go_1.14.bb > index 5d40cf9d04..bc90a1329e 100644 > --- a/meta/recipes-devtools/go/go_1.14.bb > +++ b/meta/recipes-devtools/go/go_1.14.bb > @@ -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. >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.
View/Reply Online (#140499): https://lists.openembedded.org/g/openembedded-core/message/140499 Mute This Topic: https://lists.openembedded.org/mt/75405494/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
