mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
mozjs: Use RUST_HOST_SYS and RUST_TARGET_SYS
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -40,7 +40,7 @@ JIT ?= ""
|
|||||||
JIT:mipsarch = "--disable-jit"
|
JIT:mipsarch = "--disable-jit"
|
||||||
|
|
||||||
EXTRA_OECONF = " \
|
EXTRA_OECONF = " \
|
||||||
--target=${TARGET_SYS} \
|
--target=${RUST_TARGET_SYS} \
|
||||||
--host=${BUILD_SYS} \
|
--host=${BUILD_SYS} \
|
||||||
--prefix=${prefix} \
|
--prefix=${prefix} \
|
||||||
--libdir=${libdir} \
|
--libdir=${libdir} \
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ do_configure() {
|
|||||||
cd ${B}
|
cd ${B}
|
||||||
python3 ${S}/configure.py \
|
python3 ${S}/configure.py \
|
||||||
--enable-project=js \
|
--enable-project=js \
|
||||||
--target=${HOST_SYS} \
|
--target=${RUST_HOST_SYS} \
|
||||||
--host=${BUILD_SYS} \
|
--host=${BUILD_SYS} \
|
||||||
--prefix=${prefix} \
|
--prefix=${prefix} \
|
||||||
--libdir=${libdir} \
|
--libdir=${libdir} \
|
||||||
|
|||||||
Reference in New Issue
Block a user