开发者

How to use Go on PowerPC

开发者 https://www.devze.com 2023-02-18 06:06 出处:网络
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 compi

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

0

精彩评论

暂无评论...
验证码 换一张
取 消