diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-08-06 15:58:22 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-08-06 15:58:22 +0000 |
commit | 851e6c6a8e43977768b9ca8db1bfd66bfda67f2f (patch) | |
tree | 0fd12e4b5db0903adfe3f6694596d4657391e01f /gcc | |
parent | caee9cdee7f2eee31669eaecb694967ae8091d78 (diff) | |
download | gcc-851e6c6a8e43977768b9ca8db1bfd66bfda67f2f.zip gcc-851e6c6a8e43977768b9ca8db1bfd66bfda67f2f.tar.gz gcc-851e6c6a8e43977768b9ca8db1bfd66bfda67f2f.tar.bz2 |
libgo: fix getrandom build for 32-bit ppc
Add a ppc build constraint for internal/syscall/unix.
Reviewed-on: https://go-review.googlesource.com/25547
From-SVN: r239210
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 185d9e9..4128898 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -8473b709ebd46c03c0e36e140656bd8c5d32d883 +b50a0c3fa975186f934b76e25dae42eb65148d67 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |