editors/neovim: enable LUAJIT on powerpc

While here, remove entry for riscv architecture. We only have riscv64 and riscv64sf.
This commit is contained in:
Piotr Kubaj 2021-10-26 20:29:29 +00:00
parent 135227f093
commit 2a8c2d40fe

View file

@ -42,8 +42,6 @@ OPTIONS_DEFINE= LUAJIT NLS PYNVIM
OPTIONS_DEFAULT=LUAJIT
OPTIONS_EXCLUDE_aarch64=LUAJIT
OPTIONS_EXCLUDE_mips64= LUAJIT
OPTIONS_EXCLUDE_powerpc=LUAJIT
OPTIONS_EXCLUDE_riscv= LUAJIT
OPTIONS_EXCLUDE_riscv64=LUAJIT
OPTIONS_EXCLUDE_sparc64=LUAJIT
OPTIONS_SUB= yes