summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/glibc/glibc-2.35-r11.ebuild')
-rw-r--r--sys-libs/glibc/glibc-2.35-r11.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.35-r11.ebuild b/sys-libs/glibc/glibc-2.35-r11.ebuild
index 0c63dac54d10..1cabb7910e7b 100644
--- a/sys-libs/glibc/glibc-2.35-r11.ebuild
+++ b/sys-libs/glibc/glibc-2.35-r11.ebuild
@@ -512,8 +512,10 @@ setup_env() {
return 0
fi
- # Glibc does not work with gold (for various reasons) #269274.
- tc-ld-disable-gold
+ # glibc does not work with non-bfd (for various reasons):
+ # * gold (bug #269274)
+ # * mold (bug #860900)
+ tc-ld-force-bfd
if use doc ; then
export MAKEINFO=makeinfo