Blame SOURCES/macros.ocaml-srpm

0d2846
# Note that OCaml is compiled on all architectures.  However
0d2846
# on some (rare) architectures, only bytecode compilation is
0d2846
# available.  Use these macros to find out if native code
0d2846
# compilation is available on a particular architecture.
0d2846
0d2846
# Architectures that support the OCaml native code compiler.
0d2846
%ocaml_native_compiler  aarch64 %{arm} %{ix86} ppc ppc64 ppc64le riscv64 s390x sparc sparcv9 x86_64
0d2846
0d2846
# Architectures that support native dynamic linking of OCaml code.
0d2846
%ocaml_natdynlink       aarch64 %{arm} %{ix86} ppc ppc64 ppc64le riscv64 s390x sparc sparcv9 x86_64
0d2846
0d2846
# Architectures that support profiling of native code (ocamlopt -p).
0d2846
%ocaml_native_profiling         %{arm} %{ix86} ppc ppc64 ppc64le               sparc sparcv9 x86_64