Add riscv64 as a native arch using out of tree backend.
This commit is contained in:
parent
37a3249779
commit
189b94b403
@ -4,7 +4,7 @@
|
|||||||
# compilation is available on a particular architecture.
|
# compilation is available on a particular architecture.
|
||||||
|
|
||||||
# Architectures that support the OCaml native code compiler.
|
# Architectures that support the OCaml native code compiler.
|
||||||
%ocaml_native_compiler aarch64 %{arm} %{ix86} ppc ppc64 ppc64le s390x sparc sparcv9 x86_64
|
%ocaml_native_compiler aarch64 %{arm} %{ix86} ppc ppc64 ppc64le riscv64 s390x sparc sparcv9 x86_64
|
||||||
|
|
||||||
# Architectures that support native dynamic linking of OCaml code.
|
# Architectures that support native dynamic linking of OCaml code.
|
||||||
%ocaml_natdynlink aarch64 %{arm} %{ix86} ppc ppc64 ppc64le s390x sparc sparcv9 x86_64
|
%ocaml_natdynlink aarch64 %{arm} %{ix86} ppc ppc64 ppc64le riscv64 s390x sparc sparcv9 x86_64
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
%global macros_dir %{_rpmconfigdir}/macros.d
|
%global macros_dir %{_rpmconfigdir}/macros.d
|
||||||
|
|
||||||
Name: ocaml-srpm-macros
|
Name: ocaml-srpm-macros
|
||||||
Version: 3
|
Version: 4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
Summary: OCaml architecture macros
|
Summary: OCaml architecture macros
|
||||||
@ -45,8 +45,9 @@ install -m 0644 %{SOURCE0} $RPM_BUILD_ROOT%{macros_dir}/macros.ocaml-srpm
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Nov 8 2016 Richard W.M. Jones <rjones@redhat.com> - 3-1
|
* Tue Nov 8 2016 Richard W.M. Jones <rjones@redhat.com> - 4-1
|
||||||
- s390x is now a native architecture with OCaml 4.04 in Fedora >= 26.
|
- s390x is now a native architecture with OCaml 4.04 in Fedora >= 26.
|
||||||
|
- Add riscv64 as a native arch using out of tree backend.
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2-4
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user