Blame SOURCES/macros.ocaml-srpm

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