]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/race.bash
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / race.bash
index f795ec9b7b75f27976eea9ecec92144f627d8311..f1a168bfbb73135b6b2f890344a93a265d3abe8a 100755 (executable)
@@ -9,7 +9,7 @@
 set -e
 
 function usage {
-       echo 'race detector is only supported on linux/amd64, linux/ppc64le, linux/arm64, freebsd/amd64, netbsd/amd64, openbsd/amd64, darwin/amd64, and darwin/arm64' 1>&2
+       echo 'race detector is only supported on linux/amd64, linux/ppc64le, linux/arm64, linux/s390x, freebsd/amd64, netbsd/amd64, openbsd/amd64, darwin/amd64, and darwin/arm64' 1>&2
        exit 1
 }
 
@@ -19,6 +19,7 @@ case $(uname -s -m) in
   "Linux x86_64")  ;;
   "Linux ppc64le") ;;
   "Linux aarch64") ;;
+  "Linux s390x")   ;;
   "FreeBSD amd64") ;;
   "NetBSD amd64")  ;;
   "OpenBSD amd64") ;;