libgo: don't provide ustat on arm64 GNU/Linux
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Sep 2015 03:43:01 +0000 (03:43 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Sep 2015 03:43:01 +0000 (03:43 +0000)
commite92f19420b7cda1220ecac888bcc3d9d240176c0
tree0b3ccd82b66f339449a4d60b3415dd02def06a13
parent886ce5bb41bb27357bf7dc1479cb3bd93b45810b
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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227777 138bc75d-0d04-0410-961f-82ee72b054a4
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