Disable JIT support on RISC-V.

PR:		251193
Submitted by:	mhorne
This commit is contained in:
Kirill Ponomarev 2020-11-17 06:53:47 +00:00
parent c8ed2480ae
commit ba3accfc41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555540

View file

@ -31,7 +31,7 @@ READLINE_CONFIGURE_ENABLE= pcre2test-libreadline
.include <bsd.port.options.mk>
.if ${ARCH} != "sparc64" && ${ARCH:Mmips64*} == ""
.if ${ARCH} != "sparc64" && ${ARCH:Mmips64*} == "" && ${ARCH:Mriscv64*} == ""
CONFIGURE_ARGS+= --enable-jit
.else
CONFIGURE_ARGS+= --disable-jit