]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: use purego tag when building the bootstrap binaries
authorIan Lance Taylor <iant@golang.org>
Sun, 3 Jul 2022 20:32:54 +0000 (13:32 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 6 Jul 2022 16:22:03 +0000 (16:22 +0000)
commitf4755fc7333f524666f6ba3140cee0d180bce8b3
treef636960092e2feec8935f921737e0e5d2b6ed860
parent4484c30f788835d8dda0afcefdb12e4b25b2c312
cmd/dist: use purego tag when building the bootstrap binaries

This is in addition to the current math_big_pure_go tag.
Using purego ensures that we can build the cmd binaries with gccgo.

For #53662

Change-Id: Ib82f8bf10659b5f94935f2b427ae8b2da875cd3b
Reviewed-on: https://go-review.googlesource.com/c/go/+/415934
Reviewed-by: David Chase <drchase@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/cmd/dist/buildtool.go