!6 disable-jit for RISC-V

Merge pull request !6 from whoisxxx/master
This commit is contained in:
openeuler-ci-bot 2020-06-10 09:57:40 +08:00 committed by Gitee
commit 3f97727cad

View File

@ -72,7 +72,13 @@ libtoolize -cf
autoreconf -vif autoreconf -vif
%build %build
%configure --enable-jit --enable-pcretest-libreadline --enable-utf \ %configure \
%ifarch riscv64
--disable-jit \
%else
--enable-jit \
%endif
--enable-pcretest-libreadline --enable-utf \
--enable-unicode-properties --enable-pcre8 --enable-pcre16 \ --enable-unicode-properties --enable-pcre8 --enable-pcre16 \
--enable-pcre32 --disable-silent-rules --enable-pcre32 --disable-silent-rules
%make_build %make_build