Disable Gold linker on RHEL <= 6

This commit is contained in:
Michel Alexandre Salim 2012-11-18 22:23:26 +07:00
parent 479366c921
commit dd5f93537b
1 changed files with 4 additions and 0 deletions

View File

@ -28,11 +28,15 @@ ExcludeArch: s390 s390x ppc ppc64
# gold linker support
# arch list from binutils spec
%global gold_arches %ix86 x86_64
%if 0%{?rhel} >= 7 || 0%{?fedora}
%ifarch %gold_arches
%bcond_without gold
%else
%bcond_with gold
%endif
%else
%bcond_with gold
%endif
Name: llvm
Version: 3.1