]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/internal/platform/supported.go
cmd/internal/sys, cmd/dist, misc/cgo/testcshared: enable c-shared feature and test...
[gostls13.git] / src / internal / platform / supported.go
index 7039c76774c97be672f53c62e7deb65224c8f246..01524fbcd77d1dd61e584c333b57be139c6755c8 100644 (file)
@@ -157,7 +157,7 @@ func BuildModeSupported(compiler, buildmode, goos, goarch string) bool {
 
        case "c-shared":
                switch platform {
-               case "linux/amd64", "linux/arm", "linux/arm64", "linux/386", "linux/ppc64le", "linux/riscv64", "linux/s390x",
+               case "linux/amd64", "linux/arm", "linux/arm64", "linux/loong64", "linux/386", "linux/ppc64le", "linux/riscv64", "linux/s390x",
                        "android/amd64", "android/arm", "android/arm64", "android/386",
                        "freebsd/amd64",
                        "darwin/amd64", "darwin/arm64",