]> Cypherpunks repositories - gostls13.git/commit
cmd/dist, go/types: add support for GOARCH=riscv64
authorTobias Klauser <tklauser@distanz.ch>
Wed, 13 Jun 2018 08:51:17 +0000 (10:51 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Wed, 13 Jun 2018 13:52:15 +0000 (13:52 +0000)
commit16caec5892c67ae322be192841d9f15cb2f1c0bc
treebf7ca14e923cb53094879c29445d813e0fb01e81
parentee2e8ecb19d986c42941af96ad8647cb0bf81996
cmd/dist, go/types: add support for GOARCH=riscv64

This is needed in addition to CL 110066 in order to be able to generate
Go type definitions for linux/riscv64 in the golang.org/x/sys/unix
package.

Change-Id: I4a27e6424aaea63283b55bd4f73b958b41f29d72
Reviewed-on: https://go-review.googlesource.com/118618
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/build.go
src/cmd/vet/all/main.go
src/go/types/sizes.go