]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: don't copy riscv64 specific files for bootstrap build
authorTobias Klauser <tklauser@distanz.ch>
Thu, 30 Apr 2020 22:39:34 +0000 (00:39 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Fri, 1 May 2020 12:33:12 +0000 (12:33 +0000)
commitc12d7020f4d1712fde6944f6e57011937fcf89f5
tree7b43dfb17a5030012aaae1d0ba119856cddc27a1
parentfffe6229637d1cf37c1400623bdeba57b4a787cb
cmd/dist: don't copy riscv64 specific files for bootstrap build

For now this will only avoid copying math/big/arith_riscv64.s

Change-Id: Ib236e4bf1a6a758649629268a6f512f307596e74
Reviewed-on: https://go-review.googlesource.com/c/go/+/231298
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/buildtool.go