Skip to content

Commit

Permalink
[nemo][xulrunner] Build xulrunner with ARM instruction set instead of…
Browse files Browse the repository at this point in the history
… THUMB. Fixes JB#33431

This avoids: Branches from THUMB code to ARM code without the ARM
processor state being changed. i.e fixes crashes (at least) when playing
back ogg theora files.

Signed-off-by: Franz-Josef Haider <f_haider@gmx.at>
  • Loading branch information
krnlyng committed Sep 26, 2017
1 parent a16223d commit 9991a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpm/xulrunner-qt5.spec
Expand Up @@ -201,8 +201,8 @@ printf "#\n# Added by xulrunner-qt.spec:\n#" >> "$MOZCONFIG"
%ifarch %arm
echo "ac_add_options --with-arm-kuser" >> "$MOZCONFIG"
echo "ac_add_options --with-float-abi=toolchain-default" >> "$MOZCONFIG"
# No need for this, this should be managed by toolchain
echo "ac_add_options --with-thumb=toolchain-default" >> "$MOZCONFIG"
# Do not build as thumb since it breaks video decoding.
echo "ac_add_options --with-thumb=no" >> "$MOZCONFIG"
%endif

echo "mk_add_options MOZ_MAKE_FLAGS='%{?jobs:-j%jobs}'" >> "$MOZCONFIG"
Expand Down

0 comments on commit 9991a07

Please sign in to comment.