fix inconsistent install paths between gccgo and go tool

2014-01-21 Thread Michael Hudson-Doyle
Hi, This patch for the 4.8 branch fixes an inconsistency between gccgo's libgo and the go tool over where libraries installed with go install -compiler gccgo end up. Even if it's not strictly required, it makes sense to me that as gccgo implements go 1.1 it should match the go tool from that

Re: fix inconsistent install paths between gccgo and go tool

2014-01-21 Thread Ian Lance Taylor
On Tue, Jan 21, 2014 at 3:29 PM, Michael Hudson-Doyle michael.hud...@linaro.org wrote: This patch for the 4.8 branch fixes an inconsistency between gccgo's libgo and the go tool over where libraries installed with go install -compiler gccgo end up. Even if it's not strictly required, it makes