diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2015-09-15 03:43:01 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2015-09-15 03:43:01 +0000 |
commit | 44c925bdb0e0c53ed9816e931b97c4f52928a038 (patch) | |
tree | 0b3ccd82b66f339449a4d60b3415dd02def06a13 /gcc | |
parent | f468efc59ba95f1e51f2537928caa71f130400ce (diff) | |
download | gcc-44c925bdb0e0c53ed9816e931b97c4f52928a038.zip gcc-44c925bdb0e0c53ed9816e931b97c4f52928a038.tar.gz gcc-44c925bdb0e0c53ed9816e931b97c4f52928a038.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index cc7db66..470981c 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -1d9d92ab09996d2f7795481d2876a21194502b89 +ae60deadd72b3b29df98cee61deed68f251f0122 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |