Skip to content

Commit

Permalink
Revert "www-client/firefox: disable jit on riscv, on 129.0.1"
Browse files Browse the repository at this point in the history
 - This reverts commit e4a719d. "Fix" was
   applied to the wrong version.

Bug: https://bugs.gentoo.org/937867
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
juippis committed Aug 16, 2024
1 parent 7c5af8b commit 61e304d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions www-client/firefox/firefox-129.0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 61e304d

Please sign in to comment.