We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f18d0 commit 491fe1bCopy full SHA for 491fe1b
src/cmd/go/testdata/script/link_syso_issue33139.txt
@@ -8,10 +8,6 @@
8
# See: https://github.com/golang/go/issues/8912
9
[linux] [ppc64] skip
10
11
-# External linking is not supported on linux/riscv64.
12
-# See: https://github.com/golang/go/issues/36739
13
-[linux] [riscv64] skip
14
-
15
cc -c -o syso/objTestImpl.syso syso/src/objTestImpl.c
16
go build -ldflags='-linkmode=external' ./cmd/main.go
17
0 commit comments