ExcludeArch: s390* in RHEL since the native backend has disappeared in 3.0
This commit is contained in:
parent
e69facf843
commit
2fb04f7706
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
%if 0%{?rhel} >= 7
|
%if 0%{?rhel} >= 7
|
||||||
%global with_clang 0
|
%global with_clang 0
|
||||||
|
ExcludeArch: s390 s390x
|
||||||
%else
|
%else
|
||||||
%global with_clang 1
|
%global with_clang 1
|
||||||
%endif
|
%endif
|
||||||
@ -21,7 +22,7 @@
|
|||||||
|
|
||||||
Name: llvm
|
Name: llvm
|
||||||
Version: 3.0
|
Version: 3.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -505,6 +506,9 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 13 2011 Adam Jackson <ajax@redhat.com> 3.0-2
|
||||||
|
- ExcludeArch: s390* in RHEL since the native backend has disappeared in 3.0
|
||||||
|
|
||||||
* Sun Dec 11 2011 Michel Salim <salimma@fedoraproject.org> - 3.0-1
|
* Sun Dec 11 2011 Michel Salim <salimma@fedoraproject.org> - 3.0-1
|
||||||
- Update to final 3.0 release
|
- Update to final 3.0 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user