Really fix aarch64 build.
This commit is contained in:
parent
bf77c63265
commit
073715bf7d
@ -1,6 +1,6 @@
|
|||||||
Name: ocaml
|
Name: ocaml
|
||||||
Version: 4.01.0
|
Version: 4.01.0
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
|
|
||||||
Summary: OCaml compiler and programming environment
|
Summary: OCaml compiler and programming environment
|
||||||
|
|
||||||
@ -505,8 +505,6 @@ fi
|
|||||||
%{_bindir}/camlp4*
|
%{_bindir}/camlp4*
|
||||||
%{_bindir}/mkcamlp4
|
%{_bindir}/mkcamlp4
|
||||||
%if %{native_compiler}
|
%if %{native_compiler}
|
||||||
# camlp4 doesn't build natively on aarch64 (see patch0011).
|
|
||||||
%ifnarch aarch64
|
|
||||||
%{_libdir}/ocaml/camlp4/*.a
|
%{_libdir}/ocaml/camlp4/*.a
|
||||||
%{_libdir}/ocaml/camlp4/*.cmxa
|
%{_libdir}/ocaml/camlp4/*.cmxa
|
||||||
%{_libdir}/ocaml/camlp4/*.cmx
|
%{_libdir}/ocaml/camlp4/*.cmx
|
||||||
@ -520,7 +518,6 @@ fi
|
|||||||
%{_libdir}/ocaml/camlp4/Camlp4Top/*.cmx
|
%{_libdir}/ocaml/camlp4/Camlp4Top/*.cmx
|
||||||
%{_libdir}/ocaml/camlp4/Camlp4Top/*.o
|
%{_libdir}/ocaml/camlp4/Camlp4Top/*.o
|
||||||
%endif
|
%endif
|
||||||
%endif
|
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
|
|
||||||
@ -560,7 +557,7 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Mar 24 2014 Richard W.M. Jones <rjones@redhat.com> - 4.01.0-9
|
* Mon Mar 24 2014 Richard W.M. Jones <rjones@redhat.com> - 4.01.0-10
|
||||||
- Include a fix for aarch64 relocation problems
|
- Include a fix for aarch64 relocation problems
|
||||||
http://caml.inria.fr/mantis/view.php?id=6283
|
http://caml.inria.fr/mantis/view.php?id=6283
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user