re PR go/78143 (bootstrap broken in libgo on powerpc-linux-gnu)
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 28 Oct 2016 18:57:36 +0000 (18:57 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 28 Oct 2016 18:57:36 +0000 (18:57 +0000)
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

gcc/go/gofrontend/MERGE
libgo/go/runtime/lfstack_32bit.go

index c2a9bb9..26f77ca 100644 (file)
@@ -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.
index 6a99200..bc53b13 100644 (file)
@@ -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