Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/
Date: Sun, 07 Nov 2021 04:55:17
Message-Id: 1636259862.3b63fda8bb810ac60d85ed7f7649c61906f72f98.sam@gentoo
1 commit: 3b63fda8bb810ac60d85ed7f7649c61906f72f98
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 7 04:37:42 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 7 04:37:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b63fda8
7
8 dev-embedded/gputils: try again to disable gold
9
10 Bug: https://bugs.gentoo.org/818802
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-embedded/gputils/gputils-1.5.0.ebuild | 8 ++++++--
14 1 file changed, 6 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-embedded/gputils/gputils-1.5.0.ebuild b/dev-embedded/gputils/gputils-1.5.0.ebuild
17 index bd1e4fc9e3a..3a535479048 100644
18 --- a/dev-embedded/gputils/gputils-1.5.0.ebuild
19 +++ b/dev-embedded/gputils/gputils-1.5.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -15,7 +15,11 @@ KEYWORDS="amd64 ppc ppc64 x86"
27 IUSE=""
28
29 src_configure() {
30 - tc-ld-disable-gold #369291
31 + # bug #818802
32 + tc-ld-is-gold && tc-ld-force-bfd
33 + #tc-ld-disable-gold #369291
34 +
35 +
36 # Their configure script tries to do funky things with default
37 # compiler selection. Force our own defaults instead.
38 tc-export CC