Disable llvm on non-x86 (#829020)

This commit is contained in:
Adam Jackson 2012-06-07 15:28:37 -04:00
parent c5fd247021
commit ffc26695a4

View file

@ -7,8 +7,8 @@
%define with_hardware 0 %define with_hardware 0
%define dri_drivers --with-dri-drivers=swrast %define dri_drivers --with-dri-drivers=swrast
%else %else
# llvm has some serious issues on PPC*, disable usage # llvm is a joke on non-x86
%ifnarch ppc ppc64 ppc64p7 %ifarch %{ix86} x86_64
%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.6%{?dist} Release: 0.7%{?dist}
License: MIT License: MIT
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.mesa3d.org URL: http://www.mesa3d.org
@ -572,6 +572,9 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Thu Jun 07 2012 Adam Jackson <ajax@redhat.com> 8.1-0.7
- Disable llvm on non-x86 (#829020)
* Sun Jun 03 2012 Dave Airlie <airlied@redhat.com> 8.1-0.6 * Sun Jun 03 2012 Dave Airlie <airlied@redhat.com> 8.1-0.6
- rebase to git master + build on top of llvm 3.1 - rebase to git master + build on top of llvm 3.1