]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: disable math/big assembly when using the bootstrap compiler
authorMichael Munday <munday@ca.ibm.com>
Mon, 17 Oct 2016 18:09:40 +0000 (14:09 -0400)
committerMichael Munday <munday@ca.ibm.com>
Mon, 17 Oct 2016 18:26:20 +0000 (18:26 +0000)
commit6f4a6faf86238285fd02d2d04cbf3aeb51eb9d37
tree2b74ea2f2f69e733f8013a2e3349a4602fda59d5
parentcbf28ff87c0aab519cd87a27c168d433f2404764
cmd/dist: disable math/big assembly when using the bootstrap compiler

The assembly in math/big may contain instructions that the bootstrap
compiler does not support. Disable it using the math_big_pure_go
build tag.

Fixes #17484.

Change-Id: I766cab6a888721ab4ed76ebdbfc87ad4e919ec41
Reviewed-on: https://go-review.googlesource.com/31142
Run-TryBot: Michael Munday <munday@ca.ibm.com>
Reviewed-by: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/dist/buildtool.go