Re: libgo patch committed: Add riscv and js/wasm

2018-06-12 Thread Palmer Dabbelt
On Mon, 11 Jun 2018 20:46:01 PDT (-0700), i...@golang.org wrote: On Mon, Jun 11, 2018 at 12:22 PM, Palmer Dabbelt wrote: On Mon, 11 Jun 2018 12:16:39 PDT (-0700), i...@golang.org wrote: This libgo patch add riscv and js/wasm as known targets. This incorporates cut down versions of https://go

Re: libgo patch committed: Add riscv and js/wasm

2018-06-11 Thread Ian Lance Taylor
On Mon, Jun 11, 2018 at 12:22 PM, Palmer Dabbelt wrote: > On Mon, 11 Jun 2018 12:16:39 PDT (-0700), i...@golang.org wrote: >> >> This libgo patch add riscv and js/wasm as known targets. This >> incorporates cut down versions of https://golang.org/cl/102835 and >> https://golang.org/cl/106256 from

Re: libgo patch committed: Add riscv and js/wasm

2018-06-11 Thread Palmer Dabbelt
On Mon, 11 Jun 2018 12:16:39 PDT (-0700), i...@golang.org wrote: This libgo patch add riscv and js/wasm as known targets. This incorporates cut down versions of https://golang.org/cl/102835 and https://golang.org/cl/106256 from the master sources. This will tell the go/build to skip files with

libgo patch committed: Add riscv and js/wasm

2018-06-11 Thread Ian Lance Taylor
This libgo patch add riscv and js/wasm as known targets. This incorporates cut down versions of https://golang.org/cl/102835 and https://golang.org/cl/106256 from the master sources. This will tell the go/build to skip files with those tags. Bootstrapped and ran Go testsuite on x86_64-pc-linux-g