Disable the JIT on riscv64.

Build fails with:

pcre_jit_compile.c:65:2: error: #error Unsupported architecture
 #error Unsupported architecture
  ^~~~~
This commit is contained in:
Richard W.M. Jones 2016-09-21 23:03:07 +01:00
parent 027d3c7a98
commit a276af83c8

View File

@ -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 \