From 8fe0322526d50eb11787782a1949b84e377f0891 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Sat, 17 Mar 2012 22:36:00 +0100 Subject: [PATCH] undefine PPC on ppc as a temporary workaround for RHBZ#769803 and http://llvm.org/bugs/show_bug.cgi?id=10969 --- llvm.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/llvm.spec b/llvm.spec index 415f77c..a02c218 100644 --- a/llvm.spec +++ b/llvm.spec @@ -31,7 +31,7 @@ ExcludeArch: s390 s390x ppc ppc64 Name: llvm Version: 3.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: The Low Level Virtual Machine Group: Development/Languages @@ -286,7 +286,7 @@ sed -i 's|(PROJ_prefix)/lib|(PROJ_prefix)/%{_lib}/%{name}|g' Makefile.config make %{_smp_mflags} REQUIRES_RTTI=1 VERBOSE=1 \ %ifarch ppc - OPTIMIZE_OPTION="%{optflags} -fno-var-tracking-assignments" + OPTIMIZE_OPTION="%{optflags} -fno-var-tracking-assignments -UPPC" %else OPTIMIZE_OPTION="%{optflags}" %endif @@ -523,6 +523,11 @@ exit 0 %endif %changelog +* Sat Mar 17 2012 Karsten Hopp 3.0-9 +- undefine PPC on ppc as a temporary workaround for + http://llvm.org/bugs/show_bug.cgi?id=10969 and + RHBZ#769803 + * Sat Feb 25 2012 Michel Salim - 3.0-8 - Apply upstream patch to properly link LLVMgold against LTO