Disable JIT support on RISC-V.
PR: 251193 Submitted by: mhorne
This commit is contained in:
parent
c8ed2480ae
commit
ba3accfc41
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555540
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue