davecheney / golang-crosscompile

Go cross compilation support

Home Page:http://dave.cheney.net/2013/07/09/an-introduction-to-cross-compilation-with-go-1-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

As of Go 1.5 cross compilation can be performed with the official distribution from golang.org. For more information pleaes read this blog post.

The crosscompile.bash script has been removed to prevent accidents from people coming here from outdated links.

If you really need the script, it is provided with an explicit notice that no support will be offered can be found on the archive branch of this repository.

About

Go cross compilation support

http://dave.cheney.net/2013/07/09/an-introduction-to-cross-compilation-with-go-1-1

License:BSD 3-Clause "New" or "Revised" License