commit: 543479bcc604c5b44ac0dcc87f1fd7d0b1318a37 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Oct 9 17:00:25 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Oct 9 17:01:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543479bc
package.use.mask: mask binutils[default-gold] in future Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/base/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 646cbed4a0a..5c49f5f3d2b 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,12 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Andreas K. Hüttel <[email protected]> (2021-10-09) +# ld.gold is essentially abandoned; using it as default may have +# unintended consequences. Disabling this feature in future ebuilds. +>sys-devel/binutils-2.37_p1 default-gold +>sys-devel/binutils-hppa64-2.37_p1 default-gold + # Georgy Yakovlev <[email protected]> (2021-10-07) # parallel-compiler feature is not tested by upstream # and is not recommended for general usage and may silently
