commit:     3b63fda8bb810ac60d85ed7f7649c61906f72f98
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  7 04:37:42 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov  7 04:37:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b63fda8

dev-embedded/gputils: try again to disable gold

Bug: https://bugs.gentoo.org/818802
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-embedded/gputils/gputils-1.5.0.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-embedded/gputils/gputils-1.5.0.ebuild 
b/dev-embedded/gputils/gputils-1.5.0.ebuild
index bd1e4fc9e3a..3a535479048 100644
--- a/dev-embedded/gputils/gputils-1.5.0.ebuild
+++ b/dev-embedded/gputils/gputils-1.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,11 @@ KEYWORDS="amd64 ppc ppc64 x86"
 IUSE=""
 
 src_configure() {
-       tc-ld-disable-gold #369291
+       # bug #818802
+       tc-ld-is-gold && tc-ld-force-bfd
+       #tc-ld-disable-gold #369291
+
+
        # Their configure script tries to do funky things with default
        # compiler selection.  Force our own defaults instead.
        tc-export CC

Reply via email to