diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-01-20 20:39:10 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-01-20 20:39:10 +0000 |
commit | 5dc8f5d9e6765ec1083afe8968dd88d8aa029150 (patch) | |
tree | 350f53925f7311a5ae07dc5cf613a52dc69418ed /libgo/go | |
parent | 4b9f2115114eb2c3acee32ed1898201a761fd215 (diff) | |
download | gcc-5dc8f5d9e6765ec1083afe8968dd88d8aa029150.zip gcc-5dc8f5d9e6765ec1083afe8968dd88d8aa029150.tar.gz gcc-5dc8f5d9e6765ec1083afe8968dd88d8aa029150.tar.bz2 |
re PR go/79146 (Bootstrapping go on s390x fails; redefined symbols)
PR go/79146
math/big: fix build on s390x
Don't build arith_decl_s390x.go for gccgo; it is only for assembly
code that has not yet been ported to gccgo.
For GCC PR 79146.
From-SVN: r244731
Diffstat (limited to 'libgo/go')
-rw-r--r-- | libgo/go/math/big/arith_decl_s390x.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/go/math/big/arith_decl_s390x.go b/libgo/go/math/big/arith_decl_s390x.go index 0f11481..3936d3f 100644 --- a/libgo/go/math/big/arith_decl_s390x.go +++ b/libgo/go/math/big/arith_decl_s390x.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// +build ignore // +build !math_big_pure_go package big |