https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63731
--- Comment #35 from ian at gcc dot gnu.org <ian at gcc dot gnu.org> --- Author: ian Date: Tue Apr 7 18:09:28 2015 New Revision: 221906 URL: https://gcc.gnu.org/viewcvs?rev=221906&root=gcc&view=rev Log: PR go/63731 libgo: Build and install libnetgo.a libnetgo.a provides the net package built with the netgo tag enabled. This provides the netgo fallback solution for gccgo. This lib must be explicitly linked in using the -gccgoflags, so is not included by default. Modified: trunk/libgo/Makefile.am trunk/libgo/Makefile.in