]> Cypherpunks repositories - gostls13.git/commit
cmd/go: implicitly include math in a shared library on arm
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Thu, 3 Sep 2015 00:33:06 +0000 (12:33 +1200)
committerMichael Hudson-Doyle <michael.hudson@canonical.com>
Thu, 29 Oct 2015 00:37:32 +0000 (00:37 +0000)
commitc6f280584c61835c0cc9f15222e842d68f500d8d
treebe9b1fc3b69e7ddcc3bb4bcfe005279fe728ef7f
parent78c05b8657a2e044660da95e1f32c059daea67c1
cmd/go: implicitly include math in a shared library on arm

In the same manner in which runtime/cgo is included on other architectures.

Change-Id: I90a5ad8585248b2566d763d33994a600508d89cb
Reviewed-on: https://go-review.googlesource.com/14221
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/build.go