I've gotten a patch from Michael Hudson-Doyle to set GOARCH to arm64 on an Aarch64 system (https://codereview.appspot.com/34830045/). I've gotten a patch from Matthias Klose to set GOARCH to aarch64 on such a system (http://gcc.gnu.org/ml/gcc-patches/2013-11/msg03765.html).
I don't care one way or another myself, but we need to pick one. Ian On Fri, Nov 29, 2013 at 5:23 AM, Matthias Klose <d...@ubuntu.com> wrote: > This patch introduces aarch64 as a Go architecture. > > Matthias