do not use gold on i686

This commit is contained in:
Tom Callaway 2020-08-17 09:39:18 -04:00
parent a059398532
commit 564a7a52ea
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
# Seems like we might need this sometimes
%global use_gold 0
%if 0%{?fedora} >= 33
%ifarch i686 aarch64
%ifarch aarch64
%global use_gold 1
%endif
%endif