From 4601857c1c7f5f72c75366763ff71fdcbe5f84be Mon Sep 17 00:00:00 2001
From: Cherry Mui
Date: Thu, 7 Dec 2023 11:34:35 -0500
Subject: [PATCH] doc/go1.22: document openbsd/ppc64 port
Updates #56001.
For #61422.
Change-Id: Ie4afbc42191b155d28945bd8f104ad7a63d30db9
Reviewed-on: https://go-review.googlesource.com/c/go/+/547999
LUCI-TryBot-Result: Go LUCI
Reviewed-by: Than McIntosh
---
doc/go1.22.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/go1.22.html b/doc/go1.22.html
index 2f08803221e..d11a6330290 100644
--- a/doc/go1.22.html
+++ b/doc/go1.22.html
@@ -805,9 +805,10 @@ defer func() {
The linux/loong64
port now supports the memory sanitizer, new-style linker relocations, and the plugin
build mode.
-
+OpenBSD
- TODO: https://go.dev/cl/517935: cmd/dist,internal/platform: enable openbsd/ppc64 port
+ Go 1.22 adds an experimental port to OpenBSD on big-endian 64-bit PowerPC
+ (openbsd/ppc64
).