Add RISC-V 64-bit support to luajit and luajit2

Co-authored-by: BKPepe <4096468+BKPepe@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-10-27 09:33:57 +00:00
parent f8209c6f0c
commit fe0720e6d1
2 changed files with 11394 additions and 1 deletions

View File

@@ -36,7 +36,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