- Add x86_64_v2 to arch list
This commit is contained in:
parent
742df91e39
commit
eb225ffe96
@ -4,10 +4,10 @@
|
|||||||
# 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 %{power64} riscv64 s390x x86_64
|
%ocaml_native_compiler aarch64 %{power64} riscv64 s390x x86_64 x86_64_v2
|
||||||
|
|
||||||
# Architectures that support native dynamic linking of OCaml code.
|
# Architectures that support native dynamic linking of OCaml code.
|
||||||
%ocaml_natdynlink aarch64 %{power64} riscv64 s390x x86_64
|
%ocaml_natdynlink aarch64 %{power64} riscv64 s390x x86_64 x86_64_v2
|
||||||
|
|
||||||
# Architectures that support profiling of native code (ocamlopt -p).
|
# Architectures that support profiling of native code (ocamlopt -p).
|
||||||
# This was removed in OCaml 4.09.
|
# This was removed in OCaml 4.09.
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Name: ocaml-srpm-macros
|
Name: ocaml-srpm-macros
|
||||||
Version: 10
|
Version: 10
|
||||||
Release: 3%{?dist}
|
Release: 3%{?dist}.alma.1
|
||||||
|
|
||||||
Summary: OCaml architecture macros
|
Summary: OCaml architecture macros
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -43,6 +43,9 @@ install -p -m 0644 %{SOURCE0} $RPM_BUILD_ROOT%{rpmmacrodir}/macros.ocaml-srpm
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 18 2024 Eduard Abdullin <eabdullin@almalinux.org> - 10-3.alma.1
|
||||||
|
- Add x86_64_v2 to arch list
|
||||||
|
|
||||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 10-3
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 10-3
|
||||||
- Bump release for June 2024 mass rebuild
|
- Bump release for June 2024 mass rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user