From 0e3ec48b46a6dab0eb790ac144b002bfaa0d4096 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Feb 24 2012 11:37:47 +0000 Subject: actually enable by default, not disable, Gold linker support on supported arch --- 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