On Sun, Aug 7, 2016 at 8:18 AM, Matthias Klose wrote: > On 07.08.2016 14:14, Andreas Schwab wrote: >> That breaks ia64: >> >> ../../../libgo/go/internal/syscall/unix/getrandom_linux.go:29:5: error: reference to undefined name 'randomTrap' >> if randomTrap == 0 { >> ^ >> ../../../libgo/go/internal/syscall/unix/getrandom_linux.go:38:34: error: reference to undefined name 'randomTrap' >> r1, _, errno := syscall.Syscall(randomTrap, >> ^ >> make[4]: *** [internal/syscall/unix.lo] Error 1 > > same on s390x. Thanks for the reports. This patch should fix these problems, and also fix the build for Alpha GNU/Linux. Bootstrapped on x86_64-pc-linux-gnu and verified that the ia64, s390, and alpha should pick the right files. Committed to mainline. Ian