diff options
author | Sam James <sam@gentoo.org> | 2021-11-07 04:37:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-07 04:37:42 +0000 |
commit | 3b63fda8bb810ac60d85ed7f7649c61906f72f98 (patch) | |
tree | e9269a921ec4ae634e4bd41016b35d8578e165c5 /dev-embedded/gputils/gputils-1.5.0.ebuild | |
parent | sys-fs/lvm2: workaround failure with gold (diff) | |
download | gentoo-3b63fda8bb810ac60d85ed7f7649c61906f72f98.tar.gz gentoo-3b63fda8bb810ac60d85ed7f7649c61906f72f98.tar.bz2 gentoo-3b63fda8bb810ac60d85ed7f7649c61906f72f98.zip |
dev-embedded/gputils: try again to disable gold
Bug: https://bugs.gentoo.org/818802
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-embedded/gputils/gputils-1.5.0.ebuild')
-rw-r--r-- | dev-embedded/gputils/gputils-1.5.0.ebuild | 8 |
1 files 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 bd1e4fc9e3aa..3a5354790488 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 |