commit: 61e304dce072728552eccd52a014516b1bea6fe8 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Fri Aug 16 13:06:14 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Aug 16 13:06:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61e304dc
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 <AT> gentoo.org> www-client/firefox/firefox-129.0.1.ebuild | 6 ++---- 1 file 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"
