riscv/meta-riscv

current go-cross cannot support cgo for riscv64

zhangze0722 opened this issue · 1 comments

Description

current go-cross cannot support cgo for riscv64, should use this branch
https://github.com/4a6f656c/go.git
golang/go#36641

Steps to reproduce the issue:

  1. compile runc with seccomp support, go can not use cgo compile c code

Describe the results you received:

Describe the results you expected:

Additional information you deem important (e.g. issue happens only occasionally):

Additional details (revisions used, host distro, etc.):

kraj commented

it should be fixed in upstream go compiler these days - golang/go#36641