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/go: go command doesn't know arm binaries depend on package math #6994

Closed
rsc opened this issue Dec 20, 2013 · 3 comments
Closed

cmd/go: go command doesn't know arm binaries depend on package math #6994

rsc opened this issue Dec 20, 2013 · 3 comments
Milestone

Comments

@rsc
Copy link
Contributor

rsc commented Dec 20, 2013

arm binaries depend on package math implicitly, just as all architectures have binaries
that depend on runtime implicitly. the go command should be updated to know this, so
that it will rebuild math if it is out of date.
@rsc
Copy link
Contributor Author

rsc commented May 11, 2014

Comment 1:

Status changed to Started.

@gopherbot
Copy link

Comment 2:

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

@rsc
Copy link
Contributor Author

rsc commented May 12, 2014

Comment 3:

This issue was closed by revision ee7bb07.

Status changed to Fixed.

@rsc rsc added fixed labels May 12, 2014
@rsc rsc added this to the Go1.3 milestone Apr 14, 2015
@rsc rsc removed the release-go1.3 label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
This issue was closed.
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