mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
mozjs: Disable JIT on mips
Fixes error: static assertion failed: MIPS32 jit only supports FR=0 fpu mode Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -31,6 +31,10 @@ export AS = "${CC}"
|
|||||||
|
|
||||||
export RUSTFLAGS
|
export RUSTFLAGS
|
||||||
|
|
||||||
|
JIT ?= ""
|
||||||
|
|
||||||
|
JIT:mipsarch = "--disable-jit"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
cd ${B}
|
cd ${B}
|
||||||
python3 ${S}/configure.py \
|
python3 ${S}/configure.py \
|
||||||
@@ -39,7 +43,8 @@ do_configure() {
|
|||||||
--host=${BUILD_SYS} \
|
--host=${BUILD_SYS} \
|
||||||
--prefix=${prefix} \
|
--prefix=${prefix} \
|
||||||
--libdir=${libdir} \
|
--libdir=${libdir} \
|
||||||
--disable-jemalloc
|
--disable-jemalloc \
|
||||||
|
${JIT}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user