mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-12-01 03:32:55 +00:00
Only build codegen backends for arches that actually exist in Fedora
This commit is contained in:
parent
bb18301e2a
commit
6531bd75df
1 changed files with 5 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
Name: llvm
|
Name: llvm
|
||||||
Version: 3.2
|
Version: 3.2
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
|
@ -327,6 +327,7 @@ export CXX=c++
|
||||||
--enable-libffi \
|
--enable-libffi \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--with-c-include-dirs=%{_includedir}:$(echo %{_prefix}/lib/gcc/%{_target_cpu}*/%{gcc_version}/include) \
|
--with-c-include-dirs=%{_includedir}:$(echo %{_prefix}/lib/gcc/%{_target_cpu}*/%{gcc_version}/include) \
|
||||||
|
--enable-targets=x86,powerpc,arm,cpp,nvptx \
|
||||||
--enable-experimental-targets=R600
|
--enable-experimental-targets=R600
|
||||||
|
|
||||||
# FIXME file this
|
# FIXME file this
|
||||||
|
@ -578,6 +579,9 @@ exit 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 06 2013 Adam Jackson <ajax@redhat.com> 3.2-6
|
||||||
|
- Only build codegen backends for arches that actually exist in Fedora
|
||||||
|
|
||||||
* Wed May 01 2013 Adam Jackson <ajax@redhat.com> 3.2-5
|
* Wed May 01 2013 Adam Jackson <ajax@redhat.com> 3.2-5
|
||||||
- Tweak ld flags for memory usage and performance
|
- Tweak ld flags for memory usage and performance
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue