From 0e3ec48b46a6dab0eb790ac144b002bfaa0d4096 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Fri, 24 Feb 2012 12:37:47 +0100 Subject: [PATCH] actually enable by default, not disable, Gold linker support on supported arch --- llvm.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm.spec b/llvm.spec index ddaef91..3c2fac4 100644 --- a/llvm.spec +++ b/llvm.spec @@ -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