From a4da9c1e5944328381710e58fee2ff80e7abd7dd Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 28 Aug 2021 22:45:59 +0200 Subject: [PATCH] - arm is metaarch, use macro --- ocaml.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml.spec b/ocaml.spec index 2d4e745..ae4af9c 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -4,7 +4,7 @@ # ppc64, sparc64 and x32 variants not supported currently # alpha, hppa, ia64, mips removed since 4.00 -%ifnarch %{ix86} %{x8664} arm aarch64 ppc sparc sparcv9 +%ifnarch %{ix86} %{x8664} %{arm} aarch64 ppc sparc sparcv9 %undefine with_ocaml_opt %endif -- 2.43.0