libgo: don't provide ustat on arm64 GNU/Linux
authorIan Lance Taylor <ian@gcc.gnu.org>
Tue, 15 Sep 2015 03:43:01 +0000 (03:43 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 15 Sep 2015 03:43:01 +0000 (03:43 +0000)
commit44c925bdb0e0c53ed9816e931b97c4f52928a038
tree0b3ccd82b66f339449a4d60b3415dd02def06a13
parentf468efc59ba95f1e51f2537928caa71f130400ce
libgo: don't provide ustat on arm64 GNU/Linux

    This avoids linker warnings when linking against glibc, as apparently
    arm64 GNU/Linux does not support the ustat system call.

    Also update to automake 1.11.6, as that is the new GCC standard.

    Reviewed-on: https://go-review.googlesource.com/14567

From-SVN: r227777
gcc/go/gofrontend/MERGE
libgo/Makefile.am
libgo/Makefile.in
libgo/aclocal.m4
libgo/configure
libgo/go/syscall/libcall_linux.go
libgo/go/syscall/libcall_linux_ustat.go [new file with mode: 0644]
libgo/testsuite/Makefile.in