re PR go/63731 (Fallback to netgo does not work)
authorIan Lance Taylor <ian@gcc.gnu.org>
Tue, 7 Apr 2015 18:09:28 +0000 (18:09 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 7 Apr 2015 18:09:28 +0000 (18:09 +0000)
commit4bcd34f6ad4242c4f61fa5fd19e19527ab3d3fa6
treeca08284b09771b9246cbe76531eee0f20ebf2d71
parent293da85bc32b0f4cd9ce02993926502bb08f625c
re PR go/63731 (Fallback to netgo does not work)

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.

From-SVN: r221906
libgo/Makefile.am
libgo/Makefile.in