如何在 PowerPC 上使用 Go

发布于 2024-10-25 12:49:23 字数 158 浏览 7 评论 0原文

有没有办法让 Google Go 生成 Linux/PowerPC 可执行文件?

更新:我想这个公告有一点帮助。

Is there a way to get Google Go to generate Linux/PowerPC executables?

Update: I guess this announcement helps a bit.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

痞味浪人 2024-11-01 12:49:23

从 Go 版本 1.5 开始支持 ppc64 和 ppc64le。

Since Go version 1.5 ppc64 and ppc64le are supported.

挽袖吟 2024-11-01 12:49:23

提供的 Go 编译器不针对 Linux/ppc,但 GCC 前端 gccgo 可能可以。

The Go compilers provided do not target Linux/ppc, but the GCC frontend, gccgo, may be able to.

逆蝶 2024-11-01 12:49:23

您还可以使用 Debian 和 Ubuntu 上可用的 golang 名称找到 go 编译器包。

➜ aptcache madison golang

golang | 2:1.6.1+1ubuntu2 | http://www.las.ic.unicamp.br/pub/ubuntu-ports yakkety/main ppc64el 软件包
golang-默认值 | 2:1.6.1+1ubuntu2 | http://www.las.ic.unicamp.br/pub/ubuntu-ports yakkety/main 来源

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文