summaryrefslogtreecommitdiff
path: root/libgo/go/syscall
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@wdc.com>2020-08-28 16:05:56 +0100
committerIan Lance Taylor <iant@golang.org>2020-09-30 19:47:48 -0700
commit2c5499b57cf4a68ebc8decce90d3eb1e281c31a9 (patch)
treea53f1214796df28a6c081cdcd556c5bdd1bda5c9 /libgo/go/syscall
parent2dd7b93778d551b6981c8086ecb38e26f677bd2b (diff)
downloadgcc-2c5499b57cf4a68ebc8decce90d3eb1e281c31a9.tar.gz
libgo: add 32-bit RISC-V (RV32) support
Add support for the 32-bit RISC-V (RV32) ISA matching the 64-bit RISC-V (RV64) port except for async preemption added as a stub only. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/251179
Diffstat (limited to 'libgo/go/syscall')
-rw-r--r--libgo/go/syscall/endian_little.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/syscall/endian_little.go b/libgo/go/syscall/endian_little.go
index 0cd2d7524c6..22cac17ef11 100644
--- a/libgo/go/syscall/endian_little.go
+++ b/libgo/go/syscall/endian_little.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//
-// +build 386 alpha amd64 amd64p32 arm arm64 ia64 mips64le mipsle mips64p32le nios2 ppc64le riscv64 sh wasm
+// +build 386 alpha amd64 amd64p32 arm arm64 ia64 mips64le mipsle mips64p32le nios2 ppc64le riscv riscv64 sh wasm
package syscall