mozjs78: broken for mips*
This commit is contained in:
parent
e7daebcb56
commit
d849afce11
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
LDFLAGS+=" -latomic"
|
LDFLAGS+=" -latomic"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
mips*) broken="no matching function for call to 'js::jit::MacroAssembler::unboxInt32(const js::jit::BaseObjectElementIndex&, js::jit::Register&)'";;
|
||||||
|
esac
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
local _args
|
local _args
|
||||||
# use gcc as assembler to avoid errors
|
# use gcc as assembler to avoid errors
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue