disable lldb on everything but x86_64, and i686. It hasn't been ported beyond those platforms so far

This commit is contained in:
Kyle McMartin 2014-01-31 19:33:38 -05:00
parent eaac0fa3d3
commit 78ab5197f2

View File

@ -16,8 +16,8 @@
%else %else
%bcond_with gold %bcond_with gold
%endif %endif
# ppc64 fails to build lldb upstream # lldb not ported to anything but x86 so far.
%ifnarch ppc ppc64 %ifarch x86_64 %{ix86}
%bcond_without lldb %bcond_without lldb
%else %else
%bcond_with lldb %bcond_with lldb
@ -36,7 +36,7 @@
Name: llvm Name: llvm
Version: 3.4 Version: 3.4
Release: 3%{?dist} Release: 4%{?dist}
Summary: The Low Level Virtual Machine Summary: The Low Level Virtual Machine
Group: Development/Languages Group: Development/Languages
@ -649,6 +649,10 @@ exit 0
%endif %endif
%changelog %changelog
* Fri Jan 31 2014 Kyle McMartin <kyle@redhat.com> 3.4-4
- Disable lldb on everything but x86_64, and i686. It hasn't been ported
beyond those platforms so far.
* Fri Jan 17 2014 Dave Airlie <airlied@redhat.com> 3.4-3 * Fri Jan 17 2014 Dave Airlie <airlied@redhat.com> 3.4-3
- bump nvr for lldb on ppc disable - bump nvr for lldb on ppc disable