actually enable by default, not disable, Gold linker support on supported arch

This commit is contained in:
Michel Alexandre Salim 2012-02-24 12:37:47 +01:00
parent 0b697ba2ef
commit 0e3ec48b46

View file

@ -24,9 +24,9 @@ ExcludeArch: s390 s390x ppc ppc64
# arch list from binutils spec
%global gold_arches %ix86 x86_64
%ifarch %gold_arches
%bcond_with gold
%else
%bcond_without gold
%else
%bcond_with gold
%endif
Name: llvm