From a506314358bfc3713da4fff554d57288a62b6425 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Thu, 16 Jan 2014 14:03:28 +1000 Subject: [PATCH] llvm: don't build lldb on powerpc - bump nvr for f20 this fails to build upstream due to a collision between https://bugzilla.redhat.com/show_bug.cgi?id=1049976 --- llvm.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/llvm.spec b/llvm.spec index faa5792..eca7943 100644 --- a/llvm.spec +++ b/llvm.spec @@ -4,7 +4,6 @@ # Components built by default: %bcond_without clang %bcond_without crt -%bcond_without lldb # Components enabled if supported by target arch: %ifnarch s390 s390x sparc64 @@ -17,6 +16,13 @@ %else %bcond_with gold %endif +# ppc64 fails to build lldb upstream +%ifnarch ppc ppc64 + %bcond_without lldb +%else + %bcond_with lldb +%endif + # Documentation install path %if 0%{?fedora} < 20 @@ -29,7 +35,7 @@ Name: llvm Version: 3.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: The Low Level Virtual Machine Group: Development/Languages @@ -627,6 +633,9 @@ exit 0 %endif %changelog +* Fri Jan 17 2014 Dave Airlie 3.3-5 +- build after disabling lldb for ppc64 + * Fri Dec 20 2013 Jan Vcelak 3.3-4 - remove RPATHs - run ldconfig when installing lldb (#1044431)