From 80fe6bf57ae80f1dfa340a032a4de974e6ec10d7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sat, 25 Jul 2015 14:28:41 +0200 Subject: [PATCH] better arch selection for ocaml_opt bcond --- ocaml.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml.spec b/ocaml.spec index 685ff33..42ebd06 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -2,8 +2,8 @@ # Conditional build: %bcond_without ocaml_opt # skip building native optimized binaries (bytecode is always built) -%ifarch x32 # not yet available on x32 (ocaml 4.02.1), remove when upstream will support it +%ifnarch %{ix86} %{x8664} arm aarch64 ppc sparc sparcv9 %undefine with_ocaml_opt %endif -- 2.44.0