webkit2gtk: disable jit again for armv7l*
This commit is contained in:
parent
4cab13d461
commit
c25a82bf67
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ fi
|
||||||
|
|
||||||
# only a few platform support JIT
|
# only a few platform support JIT
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv7l*|aarch64*|x86_64*|mips*)
|
aarch64*|x86_64*|mips*)
|
||||||
build_options_default+=" jit"
|
build_options_default+=" jit"
|
||||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
build_options_default+=" sampling_profiler"
|
build_options_default+=" sampling_profiler"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue