Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/dist: s390x and ppc64le builds broken #17484

Closed
mundaym opened this issue Oct 17, 2016 · 2 comments
Closed

cmd/dist: s390x and ppc64le builds broken #17484

mundaym opened this issue Oct 17, 2016 · 2 comments

Comments

@mundaym
Copy link
Member

mundaym commented Oct 17, 2016

The math/big assembly for s390x and ppc64le includes instructions that the pre-built GOROOT_BOOTSTRAP compiler on their builders doesn't support (FLOGR and DIVDEU respectively).

I think updating the GOROOT_BOOTSTRAP to tip on the builders will fix the issue, but perhaps the initial Go toolchain should be built with the math_big_pure_go build tag?

@mundaym
Copy link
Member Author

mundaym commented Oct 17, 2016

/cc @rsc @laboger

@gopherbot
Copy link

CL https://golang.org/cl/31142 mentions this issue.

@golang golang locked and limited conversation to collaborators Oct 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants