summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2024-08-16 16:06:14 +0300
committerJoonas Niilola <juippis@gentoo.org>2024-08-16 16:06:14 +0300
commit61e304dce072728552eccd52a014516b1bea6fe8 (patch)
tree13eed3c216d5990a197148c31864d907eda15b5e /www-client/firefox
parentdev-lisp/clozurecl: bump to 1.13 (diff)
downloadgentoo-61e304dce072728552eccd52a014516b1bea6fe8.tar.gz
gentoo-61e304dce072728552eccd52a014516b1bea6fe8.tar.bz2
gentoo-61e304dce072728552eccd52a014516b1bea6fe8.zip
Revert "www-client/firefox: disable jit on riscv, on 129.0.1"
- This reverts commit e4a719d3390f774ca1ab0e3c32b32be2d50c2610. "Fix" was applied to the wrong version. Bug: https://bugs.gentoo.org/937867 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client/firefox')
-rw-r--r--www-client/firefox/firefox-129.0.1.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/www-client/firefox/firefox-129.0.1.ebuild b/www-client/firefox/firefox-129.0.1.ebuild
index ab851377658d..60d216dd53e7 100644
--- a/www-client/firefox/firefox-129.0.1.ebuild
+++ b/www-client/firefox/firefox-129.0.1.ebuild
@@ -857,11 +857,9 @@ src_configure() {
mozconfig_add_options_ac '' --enable-sandbox
fi
- # Enable JIT on riscv64 explicitly, since it's not activated automatically via "known arches" list.
+ # Enable JIT on riscv64 explicitly
# Can be removed once upstream enable it by default in the future.
- # Update 129.0.1: Disable jit on riscv (this line can be blanked to disable by default),
- # bgo#937867.
- use riscv && mozconfig_add_options_ac 'Disable JIT for RISC-V 64' --disable-jit
+ use riscv && mozconfig_add_options_ac 'Enable JIT for RISC-V 64' --enable-jit
if [[ -s "${S}/api-google.key" ]] ; then
local key_origin="Gentoo default"