On Tue, 21 Jan 2020, Ian Lance Taylor wrote:

> I've committed a patch to update libgo to Go 1.14beta1.  As usual with
> these updates the patch is far too large to include in this e-mail
> message.  I've included the diffs for gccgo-specific files.

 It seems to have broken the `riscv64-linux-gnu' target:

cpugen.go:2:7: error: redefinition of 'CacheLinePadSize'
    2 | const CacheLinePadSize = 64
      |       ^
.../libgo/go/internal/cpu/cpu_riscv64.go:7:7: note: previous definition of 
'CacheLinePadSize' was here
    7 | const CacheLinePadSize = 32
      |       ^
make[4]: *** [Makefile:2830: internal/cpu.lo] Error 1
make[4]: Leaving directory '.../riscv64-linux-gnu/libgo'

  Maciej

Reply via email to