From b59f604d23cb7659409cdba1211b8ee9a38b5efc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 28 Apr 2019 03:48:07 +0200 Subject: [PATCH] webkit2gtk: no jit for i686 --- srcpkgs/webkit2gtk/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template index 237fc7dcefb..beb18e13b1b 100644 --- a/srcpkgs/webkit2gtk/template +++ b/srcpkgs/webkit2gtk/template @@ -48,7 +48,7 @@ desc_option_sampling_profiler="Toggle sampling profiler support (disabled on mus # JIT conflicts with sampling_profiler case "$XBPS_TARGET_MACHINE" in - ppc*|mips*|arm*) ;; + i686|ppc*|mips*|arm*) ;; *-musl) build_options_default+=" jit" ;; *) build_options_default+=" jit sampling_profiler" ;; esac