Ian Lance Taylor writes:
> Apparently arm64 GNU/Linux does not provide ustat, and the linker
> warns about it when using glibc. This patch to libgo avoids providing
> syscall.Ustat on arm64 GNU/Linux, since it will apparently never work.
>
> Since I was touching Makefile.am I rebuilt with automa
Apparently arm64 GNU/Linux does not provide ustat, and the linker
warns about it when using glibc. This patch to libgo avoids providing
syscall.Ustat on arm64 GNU/Linux, since it will apparently never work.
Since I was touching Makefile.am I rebuilt with automake 1.11.6, the
new GCC standard.
Bo