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