We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817e777 commit 4e81275Copy full SHA for 4e81275
compiler-rt/lib/tsan/go/buildgo.sh
@@ -18,6 +18,8 @@ if [ "`uname -a | grep Linux`" != "" ]; then
18
else
19
HOST_GOARCH="mips64"
20
fi
21
+ elif [ "`uname -a | grep riscv64`" != "" ]; then
22
+ HOST_GOARCH="riscv64"
23
elif [ "`uname -a | grep s390x`" != "" ]; then
24
HOST_GOARCH="s390x"
25
0 commit comments