From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 30 Nov 2014 12:37:44 -0800 From: Anthony Martin To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Message-ID: <20141130202703.GA28585@dinah> References: <915f3af8-60d5-4778-b64e-efd5d7eb36f9@email.android.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] GO Programming Environment in Plan 9. Topicbox-Message-UUID: 3024a02e-ead9-11e9-9d60-3106f5b1d025 minux once said: > On Nov 30, 2014 3:10 PM, "Mats Olsson" wrote: > > Just googled and found: https://code.google.com/p/go-wiki/wiki/GoArm > > > > So it seems that it's supported. > go on arm only supports Linux, Freebsd, Netbsd, nacl and Darwin > (unofficial). >=20 > plan 9 is not on the list (yet). By my estimate, it would be a few days work. Even less after some simplifying changes I want to make to the runtime and syscall packages (like removing superfluous differences between 386 and amd64, etc.). We're all just waiting for the tree to open up again. If someone volunteers to run a plan9/arm builder, I'll do the port and have it in by the 1.5 release. =E2=98=BA Cheers, Anthony