go build: when using gccgo toolchain, please pass linker flags using -gccgoflags, not -ldflags #11715
Labels
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
With gccgo, calling
make
produces:I would say, the first error is that
-ldflags
shall be replaced with-gccgoflags
The text was updated successfully, but these errors were encountered: