mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
actually enable by default, not disable, Gold linker support on supported arch
This commit is contained in:
parent
0b697ba2ef
commit
0e3ec48b46
1 changed files with 2 additions and 2 deletions
|
@ -24,9 +24,9 @@ ExcludeArch: s390 s390x ppc ppc64
|
||||||
# arch list from binutils spec
|
# arch list from binutils spec
|
||||||
%global gold_arches %ix86 x86_64
|
%global gold_arches %ix86 x86_64
|
||||||
%ifarch %gold_arches
|
%ifarch %gold_arches
|
||||||
%bcond_with gold
|
|
||||||
%else
|
|
||||||
%bcond_without gold
|
%bcond_without gold
|
||||||
|
%else
|
||||||
|
%bcond_with gold
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: llvm
|
Name: llvm
|
||||||
|
|
Loading…
Reference in a new issue