Build on ARMv7 (rhbz 994968) as it seems to now be fixed

This commit is contained in:
Peter Robinson 2015-06-29 14:04:57 +01:00
parent eb7f02bba7
commit 2b1af4f36a
1 changed files with 5 additions and 5 deletions

View File

@ -2,17 +2,14 @@
Name: ocaml-cil
Version: 1.7.3
Release: 20%{?dist}
Release: 21%{?dist}
Summary: CIL - Infrastructure for C Program Analysis and Transformation
License: BSD
URL: http://cil.sourceforge.net/
Source0: http://downloads.sourceforge.net/cil/cil-%{version}.tar.gz
# RHBZ#994968
ExcludeArch: armv7hl
ExcludeArch: sparc64
ExcludeArch: s390 s390x
ExcludeArch: sparc64 s390 s390x
BuildRequires: ocaml, ocaml-findlib-devel, ocaml-ocamldoc
@ -187,6 +184,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Jun 29 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.7.3-21
- Build on ARMv7 (rhbz 994968) as it seems to now be fixed
* Wed Jun 24 2015 Richard W.M. Jones <rjones@redhat.com> - 1.7.3-20
- ocaml-4.02.2 final rebuild.