From a276af83c829ae0589a27d5efb8dc97ce7195f3d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 21 Sep 2016 23:03:07 +0100 Subject: [PATCH] Disable the JIT on riscv64. Build fails with: pcre_jit_compile.c:65:2: error: #error Unsupported architecture #error Unsupported architecture ^~~~~ --- pcre.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcre.spec b/pcre.spec index 293c0c2..2601321 100644 --- a/pcre.spec +++ b/pcre.spec @@ -153,7 +153,7 @@ done %global optflags %{optflags} -fno-strict-aliasing %endif %configure \ -%ifarch s390 s390x sparc64 sparcv9 +%ifarch s390 s390x sparc64 sparcv9 riscv64 --disable-jit \ %else --enable-jit \