[llvm] enable ppc64 build

Karsten Hopp karsten at fedoraproject.org
Mon May 30 23:31:17 UTC 2011


commit 8b95ec6e4c00d630ae1aa1e74da819ee813102ea
Author: Karsten Hopp <karsten at redhat.com>
Date:   Tue May 31 01:30:56 2011 +0200

    enable ppc64 build

 llvm.spec |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/llvm.spec b/llvm.spec
index f88461b..377fbf0 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -15,7 +15,7 @@
 
 Name:           llvm
 Version:        2.9
-Release:        0.3.%{prerel}%{?dist}
+Release:        0.4.%{prerel}%{?dist}
 Summary:        The Low Level Virtual Machine
 
 Group:          Development/Languages
@@ -43,10 +43,6 @@ BuildRequires:  doxygen graphviz
 %endif
 Requires:       llvm-libs = %{version}-%{release}
 
-# LLVM is not supported on PPC64
-# http://llvm.org/bugs/show_bug.cgi?id=3729
-ExcludeArch:    ppc64
-
 %description
 LLVM is a compiler infrastructure designed for compile-time,
 link-time, runtime, and idle-time optimization of programs from
@@ -410,6 +406,9 @@ find examples -name 'Makefile' | xargs -0r rm -f
 
 
 %changelog
+* Tue May 31 2011 Karsten Hopp <karsten at redhat.com> 2.9-0.4.rc2
+- enable ppc64 build
+
 * Fri Mar 25 2011 Michel Salim <salimma at fedoraproject.org> - 2.9-0.3.rc2
 - Update to 2.9rc2
 


More information about the scm-commits mailing list