Re: [gofrontend-dev] GO tools for gccgo cross

2015-04-14 Thread Ian Lance Taylor
On Tue, Apr 14, 2015 at 6:14 AM, Lynn A. Boger wrote: > I got sidetracked with some bug fixes and decided the change for this was > not real small. > > Should this be submitted to gofrontend, or to the golang master source? Let's try it in the master repo. Thanks. Ian > On 03/17/2015 01:27 PM

Re: [gofrontend-dev] GO tools for gccgo cross

2015-04-14 Thread Lynn A. Boger
I got sidetracked with some bug fixes and decided the change for this was not real small. Should this be submitted to gofrontend, or to the golang master source? On 03/17/2015 01:27 PM, Ian Lance Taylor wrote: On Tue, Mar 17, 2015 at 7:36 AM, wrote: I have a patch to get gccgo to work on cr

Re: [gofrontend-dev] GO tools for gccgo cross

2015-03-17 Thread Ian Lance Taylor
On Tue, Mar 17, 2015 at 7:36 AM, wrote: > I have a patch to get gccgo to work on cross. > > Is it too late to try and get this into gcc 5.0? I think it's still possible. Depends on how small and safe it is. Ian > On Tuesday, February 3, 2015 at 2:18:39 PM UTC-6, Ian Lance Taylor wrote: >> >>

Re: [gofrontend-dev] GO tools for gccgo cross

2015-02-03 Thread Ian Lance Taylor
On Tue, Feb 3, 2015 at 11:52 AM, Lynn A. Boger wrote: > > I've been experimenting with the go tools and how to make them work for > cross gccgo builds. > > In golang I think there is just one 'go' tool and the cross build targets > are specified by the setting of GOARCH and GOOS. So why couldn't