Enable LLVM on ARM

This commit is contained in:
Peter Robinson 2012-07-25 11:12:18 +01:00
parent 131d1d7800
commit 6be87d48fe

View file

@ -8,7 +8,7 @@
%define dri_drivers --with-dri-drivers=swrast %define dri_drivers --with-dri-drivers=swrast
%else %else
# llvm is a joke on non-x86 # llvm is a joke on non-x86
%ifarch %{ix86} x86_64 ppc ppc64 ppc64p7 %ifarch %{ix86} x86_64 ppc ppc64 ppc64p7 %{arm}
%define with_llvm 1 %define with_llvm 1
%endif %endif
%define with_hardware 1 %define with_hardware 1
@ -36,7 +36,7 @@
Summary: Mesa graphics libraries Summary: Mesa graphics libraries
Name: mesa Name: mesa
Version: 8.1 Version: 8.1
Release: 0.15%{?dist} Release: 0.16%{?dist}
License: MIT License: MIT
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.mesa3d.org URL: http://www.mesa3d.org
@ -571,6 +571,9 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Wed Jul 25 2012 Peter Robinson <pbrobinson@fedoraproject.org> 8.1-0.16
- Enable LLVM on ARM
* Wed Jul 25 2012 Peter Robinson <pbrobinson@fedoraproject.org> 8.1-0.15 * Wed Jul 25 2012 Peter Robinson <pbrobinson@fedoraproject.org> 8.1-0.15
- Fix building on platforms with HW and without LLVM - Fix building on platforms with HW and without LLVM