|
|
|
@ -4,10 +4,10 @@
|
|
|
|
|
# compilation is available on a particular architecture.
|
|
|
|
|
|
|
|
|
|
# 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.
|
|
|
|
|
%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).
|
|
|
|
|
# This was removed in OCaml 4.09.
|
|
|
|
|