mozjs: Use RUST_HOST_SYS and RUST_TARGET_SYS

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2022-07-28 09:56:50 -07:00
parent 2918a07a04
commit a8e33c9701
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ JIT ?= ""
JIT:mipsarch = "--disable-jit"
EXTRA_OECONF = " \
--target=${TARGET_SYS} \
--target=${RUST_TARGET_SYS} \
--host=${BUILD_SYS} \
--prefix=${prefix} \
--libdir=${libdir} \

View File

@ -50,7 +50,7 @@ do_configure() {
cd ${B}
python3 ${S}/configure.py \
--enable-project=js \
--target=${HOST_SYS} \
--target=${RUST_HOST_SYS} \
--host=${BUILD_SYS} \
--prefix=${prefix} \
--libdir=${libdir} \