From: Ian Lance Taylor Date: Wed, 14 Jul 2021 23:04:49 +0000 (-0700) Subject: doc/go1.17: mention GOARCH=loong64 X-Git-Tag: go1.17rc2~1^2~34 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=21a04e33353316635b5f3351e807916f3bb1e844;p=gostls13.git doc/go1.17: mention GOARCH=loong64 For #46229 Change-Id: I54d01d90f2b0c892d76121f1350c0e8cf4b2772f Reviewed-on: https://go-review.googlesource.com/c/go/+/334729 Trust: Ian Lance Taylor Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/go1.17.html b/doc/go1.17.html index fa8f14de99..b31006fe65 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -119,6 +119,17 @@ Do not send CLs removing the interior tags from such phrases. stack frame pointers only on Linux, macOS, and iOS.

+

loong64 GOARCH value reserved

+ +

+ The main Go compiler does not yet support the LoongArch + architecture, but we've reserved the GOARCH value + "loong64". + This means that Go files named *_loong64.go will now + be ignored by Go + tools except when that GOARCH value is being used. +

+

Tools

Go command