aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuoqi Chen <chenguoqi@loongson.cn>2023-07-04 13:03:58 +0800
committerGopher Robot <gobot@golang.org>2023-07-19 21:06:47 +0000
commit03c7e96be96e48517e3fa8d1b22d0835e47377f8 (patch)
tree13f146cd3a2f2dc50d7d3ea4ef3852878d50315d
parentc2de6836c1baee533b13d23b47db6cc75481e763 (diff)
downloadgo-03c7e96be96e48517e3fa8d1b22d0835e47377f8.tar.gz
go-03c7e96be96e48517e3fa8d1b22d0835e47377f8.zip
[release-branch.go1.21] doc/go1.21: add release notes for linux/loong64
Fixes #53301 Change-Id: Id447d57d43b12c3748267295928d45a089549340 Reviewed-on: https://go-review.googlesource.com/c/go/+/507815 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> TryBot-Bypass: Ian Lance Taylor <iant@golang.org> Reviewed-by: Meidan Li <limeidan@loongson.cn> TryBot-Bypass: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@golang.org> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> (cherry picked from commit 700727151fe3772ecc2315af101d2e5d93269c0c) Reviewed-on: https://go-review.googlesource.com/c/go/+/510916 Reviewed-by: Heschi Kreinick <heschi@google.com>
-rw-r--r--doc/go1.21.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/go1.21.html b/doc/go1.21.html
index 97d73720f2..a3a019fe5b 100644
--- a/doc/go1.21.html
+++ b/doc/go1.21.html
@@ -1244,6 +1244,13 @@ Do not send CLs removing the interior tags from such phrases.
<code>c-archive</code>, <code>c-shared</code>, <code>shared</code>, <code>pie</code>, <code>plugin</code>.
</p>
+<h3 id="loong64">loong64</h3>
+
+<p><!-- go.dev/issue/53301, CL 455075, CL 425474, CL 425476, CL 425478, CL 489576 -->
+ The <code>linux/loong64</code> port now supports <code>-buildmode=c-archive</code>,
+ <code>-buildmode=c-shared</code> and <code>-buildmode=pie</code>.
+</p>
+
<!-- proposals for x repos that don't need to be mentioned here but
are picked up by the relnote tool. -->
<!-- https://go.dev/issue/54232 -->