mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
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:
@@ -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))
|
||||
|
||||
11393
lang/luajit2/patches/020-riscv64-support.patch
Normal file
11393
lang/luajit2/patches/020-riscv64-support.patch
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user