Skip to content

Commit b6a3c02

Browse files
committed
cmd/dist,internal/platform: enable openbsd/ppc64 port
Updates #56001 Change-Id: I16440114ecf661e9fc17d304ab3b16bc97ef82f8 Reviewed-on: https://go-review.googlesource.com/c/go/+/517935 Run-TryBot: Joel Sing <[email protected]> Reviewed-by: Paul Murphy <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Carlos Amedee <[email protected]>
1 parent f215a0b commit b6a3c02

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/cmd/dist/build.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1747,7 +1747,6 @@ var cgoEnabled = map[string]bool{
17471747
var broken = map[string]bool{
17481748
"linux/sparc64": true, // An incomplete port. See CL 132155.
17491749
"openbsd/mips64": true, // Broken: go.dev/issue/58110.
1750-
"openbsd/ppc64": true, // An incomplete port: go.dev/issue/56001.
17511750
"openbsd/riscv64": true, // An incomplete port: go.dev/issue/55999.
17521751
}
17531752

src/internal/platform/zosarch.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)