mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
luajit2: add riscv64 support
This adds support RISC-V64 to luajit2 by backporting
https://redirect.github.com/openresty/luajit2/pull/236
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 47525f3300)
This commit is contained in:
@@ -35,7 +35,7 @@ endef
|
||||
define Package/luajit/config
|
||||
config HAS_LUAJIT_ARCH
|
||||
bool
|
||||
default y if i386||x86_64||arm||armeb||aarch64||powerpc||mips||mipsel||mips64
|
||||
default y if i386||x86_64||arm||armeb||aarch64||powerpc||mips||mipsel||mips64||riscv64
|
||||
endef
|
||||
|
||||
ifeq ($(HOST_ARCH),$(filter $(HOST_ARCH), x86_64 mips64))
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user