How to use Go on PowerPC
Is the开发者_如何学编程re a way to get Google Go to generate Linux/PowerPC executables?
Update: I guess this announcement helps a bit.
Since Go version 1.5 ppc64 and ppc64le are supported.
The Go compilers provided do not target Linux/ppc, but the GCC frontend, gccgo, may be able to.
You can also find the go compiler package using the golang
name available both on Debian and Ubuntu.
➜ apt cache madison golang
golang | 2:1.6.1+1ubuntu2 | http://www.las.ic.unicamp.br/pub/ubuntu-ports yakkety/main ppc64el Packages
golang-defaults | 2:1.6.1+1ubuntu2 | http://www.las.ic.unicamp.br/pub/ubuntu-ports yakkety/main Sources
精彩评论