diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-09-15 03:43:01 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-09-15 03:43:01 +0000 |
commit | e92f19420b7cda1220ecac888bcc3d9d240176c0 (patch) | |
tree | 0b3ccd82b66f339449a4d60b3415dd02def06a13 /gcc/go | |
parent | 886ce5bb41bb27357bf7dc1479cb3bd93b45810b (diff) | |
download | gcc-e92f19420b7cda1220ecac888bcc3d9d240176c0.tar.gz |
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
Diffstat (limited to 'gcc/go')
-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 cc7db664265..470981c9fc5 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. |