Add new macro ocaml_native_profiling.
This commit is contained in:
parent
edc7de59c1
commit
cf050943c2
@ -8,3 +8,6 @@
|
|||||||
|
|
||||||
# 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 riscv64 s390x sparc sparcv9 x86_64
|
%ocaml_natdynlink aarch64 %{arm} %{ix86} ppc ppc64 ppc64le riscv64 s390x sparc sparcv9 x86_64
|
||||||
|
|
||||||
|
# Architectures that support profiling of native code (ocamlopt -p).
|
||||||
|
%ocaml_native_profiling %{arm} %{ix86} ppc ppc64 ppc64le sparc sparcv9 x86_64
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
%global macros_dir %{_rpmconfigdir}/macros.d
|
%global macros_dir %{_rpmconfigdir}/macros.d
|
||||||
|
|
||||||
Name: ocaml-srpm-macros
|
Name: ocaml-srpm-macros
|
||||||
Version: 4
|
Version: 5
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
Summary: OCaml architecture macros
|
Summary: OCaml architecture macros
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -45,6 +45,9 @@ install -m 0644 %{SOURCE0} $RPM_BUILD_ROOT%{macros_dir}/macros.ocaml-srpm
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 8 2017 Richard W.M. Jones <rjones@redhat.com> - 5-1
|
||||||
|
- Add new macro ocaml_native_profiling.
|
||||||
|
|
||||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4-3
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user