mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
enable ppc64 build
This commit is contained in:
parent
a09d313c9e
commit
8b95ec6e4c
1 changed files with 4 additions and 5 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
Name: llvm
|
Name: llvm
|
||||||
Version: 2.9
|
Version: 2.9
|
||||||
Release: 0.3.%{prerel}%{?dist}
|
Release: 0.4.%{prerel}%{?dist}
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
|
@ -43,10 +43,6 @@ BuildRequires: doxygen graphviz
|
||||||
%endif
|
%endif
|
||||||
Requires: llvm-libs = %{version}-%{release}
|
Requires: llvm-libs = %{version}-%{release}
|
||||||
|
|
||||||
# LLVM is not supported on PPC64
|
|
||||||
# http://llvm.org/bugs/show_bug.cgi?id=3729
|
|
||||||
ExcludeArch: ppc64
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
LLVM is a compiler infrastructure designed for compile-time,
|
LLVM is a compiler infrastructure designed for compile-time,
|
||||||
link-time, runtime, and idle-time optimization of programs from
|
link-time, runtime, and idle-time optimization of programs from
|
||||||
|
@ -410,6 +406,9 @@ find examples -name 'Makefile' | xargs -0r rm -f
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 31 2011 Karsten Hopp <karsten@redhat.com> 2.9-0.4.rc2
|
||||||
|
- enable ppc64 build
|
||||||
|
|
||||||
* Fri Mar 25 2011 Michel Salim <salimma@fedoraproject.org> - 2.9-0.3.rc2
|
* Fri Mar 25 2011 Michel Salim <salimma@fedoraproject.org> - 2.9-0.3.rc2
|
||||||
- Update to 2.9rc2
|
- Update to 2.9rc2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue