Re: [OpenWrt-Devel] Adding Go to OpenWRT

2014-01-07 Thread Geert-Johan Riemer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [On Tue, 7 Jan 2014, Jonas Gorski wrote: On Tue, Jan 7, 2014 at 2:05 PM, Geert-Johan Riemer wrote: I've added the depend statements as you said. This does work, but completely removes the entry's instead of greying them out. Someone searching for

Re: [OpenWrt-Devel] Adding Go to OpenWRT

2014-01-07 Thread Jonas Gorski
On Tue, Jan 7, 2014 at 2:05 PM, Geert-Johan Riemer wrote: > I've added the depend statements as you said. This does work, but completely > removes the entry's instead of greying them out. Someone searching for > gccgo/libgo must now know it is required to enable gcc 4.7.x+ and eglibc > before gccg

Re: [OpenWrt-Devel] Adding Go to OpenWRT

2014-01-07 Thread Geert-Johan Riemer
Hi, Thanks for your reponse, Luka. I've added the depend statements as you said. This does work, but completely removes the entry's instead of greying them out. Someone searching for gccgo/libgo must now know it is required to enable gcc 4.7.x+ and eglibc before gccgo/libgo appears. Isn't the

Re: [OpenWrt-Devel] Adding Go to OpenWRT

2014-01-07 Thread Luka Perkov
Hi Geert-Johan, On Tue, Jan 07, 2014 at 11:13:50AM +0100, Geert-Johan Riemer wrote: > I'm working on adding Go (http://golang.org) to OpenWRT. Actually, I already > have it working. Great! > The goals: > - Create gcc crosscompiler with the gccgo frontend which can be used to > compile a go pro

[OpenWrt-Devel] Adding Go to OpenWRT

2014-01-07 Thread Geert-Johan Riemer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm working on adding Go (http://golang.org) to OpenWRT. Actually, I already have it working. The goals: - Create gcc crosscompiler with the gccgo frontend which can be used to compile a go project into a binary. - Build and include libgo.so