diff --git a/doc/go1.19.html b/doc/go1.19.html index de1dfefd4d0322..e308affa7c4b78 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -44,10 +44,19 @@
- Go 1.19 adds support for the Loongson 64-bit architecture LoongArch
+ Go 1.19 adds support for the Loongson 64-bit architecture
+ LoongArch
on Linux (GOOS=linux
, GOARCH=loong64
).
+ The implemented ABI is LP64D. Minimum kernel version supported is 5.19.
+
+ Note that most existing commercial Linux distributions for LoongArch come + with older kernels, with a historical incompatible system call ABI. + Compiled binaries will not work on these systems, even if statically linked. + Users on such unsupported systems are limited to the distribution-provided + Go package.