On Tue, Jul 18, 2017 at 10:49 PM, Bhaskar Singhal
<bhaskar.sing...@gmail.com> wrote:
> Upgrading go to 1.8 resolved the issue. But I no longer see gccgo
> invocation.

Looks like you started with a Go 1.2 configured to default to
-compiler=gccgo, and you upgraded to a Go 1.8 configured to default to
the default toolchain of -compiler=gc.  To get gccgo, you can use an
explicit go build -compiler=gccgo.  Or just use the gc toolchain.

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to