Skip to content

Commit

Permalink
cmd/dist,internal/platform: enable openbsd/ppc64 port
Browse files Browse the repository at this point in the history
Updates #56001

Change-Id: I16440114ecf661e9fc17d304ab3b16bc97ef82f8
Reviewed-on: https://go-review.googlesource.com/c/go/+/517935
Run-TryBot: Joel Sing <joel@sing.id.au>
Reviewed-by: Paul Murphy <murp@ibm.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
  • Loading branch information
4a6f656c committed Oct 31, 2023
1 parent f215a0b commit b6a3c02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/cmd/dist/build.go
Expand Up @@ -1747,7 +1747,6 @@ var cgoEnabled = map[string]bool{
var broken = map[string]bool{
"linux/sparc64": true, // An incomplete port. See CL 132155.
"openbsd/mips64": true, // Broken: go.dev/issue/58110.
"openbsd/ppc64": true, // An incomplete port: go.dev/issue/56001.
"openbsd/riscv64": true, // An incomplete port: go.dev/issue/55999.
}

Expand Down
2 changes: 1 addition & 1 deletion src/internal/platform/zosarch.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b6a3c02

Please sign in to comment.