summaryrefslogtreecommitdiff
path: root/libgo/go/internal/syscall/unix/getrandom_linux_ia64.go
AgeCommit message (Collapse)Author
2016-08-07internal/syscall/unix: fix syscalls for alpha, ia64, s390Ian Lance Taylor
Also change the configure script to set GOARCH correctly for ia64, and add ia64 as a processor to match.sh and gotest. Reviewed-on: https://go-review.googlesource.com/25549 From-SVN: r239225