aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2016-10-28 18:57:36 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2016-10-28 18:57:36 +0000
commit0dfeae289cc3c97f0f61d02c81df393e720badf9 (patch)
treed6041f0ff10892f0ab84f7c5bc2a8bc578976777
parentf0414b973f9b399bd726605943fbca39dea8ef77 (diff)
downloadgcc-0dfeae289cc3c97f0f61d02c81df393e720badf9.zip
gcc-0dfeae289cc3c97f0f61d02c81df393e720badf9.tar.gz
gcc-0dfeae289cc3c97f0f61d02c81df393e720badf9.tar.bz2
re PR go/78143 (bootstrap broken in libgo on powerpc-linux-gnu)
PR go/78143 runtime: build lfstack_32bit.go on ppc Missed a build tag. This is GCC PR 78143. Reviewed-on: https://go-review.googlesource.com/32295 From-SVN: r241659
-rw-r--r--gcc/go/gofrontend/MERGE2
-rw-r--r--libgo/go/runtime/lfstack_32bit.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index c2a9bb9..26f77ca 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-7fb11c908ddab4932cc416f16657cec3bc878a1a
+4a8df8f8622c140777996786866395448622ac3f
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.
diff --git a/libgo/go/runtime/lfstack_32bit.go b/libgo/go/runtime/lfstack_32bit.go
index 6a99200..bc53b13 100644
--- a/libgo/go/runtime/lfstack_32bit.go
+++ b/libgo/go/runtime/lfstack_32bit.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build 386 arm nacl armbe m68k mips mipsle mips64p32 mips64p32le mipso32 mipsn32 s390 sparc
+// +build 386 arm nacl armbe m68k mips mipsle mips64p32 mips64p32le mipso32 mipsn32 ppc s390 sparc
package runtime