On Tue, Oct 25, 2016 at 2:23 PM, Liam <networkimp...@gmail.com> wrote:
> What I wanted was the magic incantation (documented nowhere) for linux_arm
> installation:
>
>    GOOS=linux GOARCH=arm CGO_ENABLED=1 CC=arm-linux-gnueabihf-gcc go install
> -v -a std
>    GOOS=linux GOARCH=arm CGO_ENABLED=1 CC=arm-linux-gnueabihf-gcc go install
> -v -a cmd
>
> where CC varies for the toolchain installed.
>
> Would the maintainers mind if I filed an issue for this under the docs tag?

Even better than an issue would be a change (see
https://golang.org/doc/contribute.html).  But an issue is still OK,
but please tell us where it should be documented.  That is, where did
you look?  Where would you expect to find this?

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to