mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-22 05:51:48 +00:00
luajit: allow to build on supported platforms
According to documentation mips,mips64 and powerpc are supported platforms. Adjust accordingly This was tested to work for mips64, where luajit compiled without issue. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
271e775073
commit
c26b1dcc4a
@ -91,10 +91,7 @@ FILES:${PN}-dev += "${libdir}/libluajit-5.1.a \
|
||||
"
|
||||
FILES:luajit-common = "${datadir}/${BPN}-${PV}"
|
||||
|
||||
# mips64/ppc/ppc64/riscv64/riscv32 is not supported in this release
|
||||
COMPATIBLE_HOST:mipsarchn32 = "null"
|
||||
COMPATIBLE_HOST:mipsarchn64 = "null"
|
||||
COMPATIBLE_HOST:powerpc = "null"
|
||||
# ppc64/riscv64/riscv32 is not supported in this release
|
||||
COMPATIBLE_HOST:powerpc64 = "null"
|
||||
COMPATIBLE_HOST:powerpc64le = "null"
|
||||
COMPATIBLE_HOST:riscv64 = "null"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user