editors/neovim: enable LUAJIT on powerpc
While here, remove entry for riscv architecture. We only have riscv64 and riscv64sf.
This commit is contained in:
parent
135227f093
commit
2a8c2d40fe
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue