This is the procedure I've used to bootstrap the toolchain on a platform
that is not supported by Go 1.4
https://dave.cheney.net/2015/10/16/bootstrapping-go-1-5-on-non-intel-platforms
On Thursday, 13 April 2017 00:03:56 UTC+10, Roberto Oliveira wrote:
>
> I did what you suggested.
>
> I cross co
I did what you suggested.
I cross compiled a helloworld.go in Alpine Linux x86_64 (env GOOS=linux
GOARCH=ppc64le go build helloworld.go), scp the binary to an Alpine Linux
ppc64le and I run it, the binary run fine.
--
You received this message because you are subscribed to the Google Groups
"