diff options
| author | Cherry Mui <cherryyz@google.com> | 2025-12-11 22:48:20 -0500 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-12-12 08:34:21 -0800 |
| commit | 33b532a2f57ccceaeaf826d86ca10b069ce5cd9e (patch) | |
| tree | 6dc70fd0fd1ffed96c56419b2ba0c0fb56a01cf1 | |
| parent | d9959d5c8039914f2aff7ee4e0c4bb732d93708f (diff) | |
| download | go-x-website-33b532a2f57ccceaeaf826d86ca10b069ce5cd9e.tar.xz | |
_content/doc/go1.26: preannounce the removal of big-endian linux/ppc64 port
For golang/go#76244.
For golang/go#75005.
Change-Id: I4ec783a32d7709f1e952b19807fec0ca7c530434
Reviewed-on: https://go-review.googlesource.com/c/website/+/729441
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: David Chase <drchase@google.com>
Reviewed-by: David Chase <drchase@google.com>
| -rw-r--r-- | _content/doc/go1.26.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/_content/doc/go1.26.md b/_content/doc/go1.26.md index 044dad1f..87f6510b 100644 --- a/_content/doc/go1.26.md +++ b/_content/doc/go1.26.md @@ -636,5 +636,13 @@ See [issue 76475](/issue/76475) for details. As [announced](/doc/go1.25#windows) in the Go 1.25 release notes, the [broken](/doc/go1.24#windows) 32-bit windows/arm port (`GOOS=windows` `GOARCH=arm`) is removed. +### PowerPC + +<!-- go.dev/issue/76244 --> + +Go 1.26 is the last release that supports the big-endian 64-bit PowerPC +port on Linux (`GOOS=linux` `GOARCH=ppc64`). +The port will be removed in Go 1.27. + [laelf-20250521]: https://github.com/loongson/la-abi-specs/blob/v2.40/laelf.adoc [rfc 9180]: https://rfc-editor.org/rfc/rfc9180.html |
