try use_gold for i686?

This commit is contained in:
Tom spot Callaway 2021-10-19 11:12:14 -04:00
parent 13a9fbb3c6
commit 977aafb453
1 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,12 @@
# Seems like we might need this sometimes
# Practically, no. But it's here in case we do.
%global use_gold 0
# Lets see if gold gets us past this old corner case.
%if 0%{?fedora} == 33
%ifarch i686
%global use_gold 1
%endif
%endif
# 2020-08-20: F33+ aarch64 has a binutils bug trying to link clear_key_cdm
# https://bugzilla.redhat.com/show_bug.cgi?id=1869884