unix/linux: adjust comment regarding riscv64 support

The riscv64 port is supported since Go 1.14, adjust the comment in
mkall.go accordingly.

Change-Id: I4b3f218abe9c864c855e89f132e67e9d86754a53
Reviewed-on: https://go-review.googlesource.com/c/sys/+/288333
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Tobias Klauser
2021-02-17 09:06:53 +00:00
committed by Tobias Klauser
parent 21e18009e2
commit ed5674b6da
+3 -3
View File
@@ -52,9 +52,9 @@ type target struct {
Bits int Bits int
} }
// List of all Linux targets supported by the go compiler. Currently, riscv64 // List of all Linux targets supported by the go compiler. Currently, sparc64 is
// and sparc64 are not fully supported, but there is enough support already to // not fully supported, but there is enough support already to generate Go type
// generate Go type and error definitions. // and error definitions.
var targets = []target{ var targets = []target{
{ {
GoArch: "386", GoArch: "386",