Skip to content

Commit

Permalink
mozconfig-v6.60.eclass: disable elfhack on arm
Browse files Browse the repository at this point in the history
Reported-by: stefson <[email protected]>
Signed-off-by: Thomas Deutschmann <[email protected]>
  • Loading branch information
Whissi committed Sep 27, 2018
1 parent 3287ded commit 2cbaba7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eclass/mozconfig-v6.60.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,10 @@ mozconfig_config() {
mozconfig_use_with system-harfbuzz
mozconfig_use_with system-harfbuzz system-graphite2

if use arm ; then
mozconfig_annotate 'elf-hack is broken on arm' --disable-elf-hack
fi

# Modifications to better support ARM, bug 553364
if use neon ; then
mozconfig_annotate '' --with-fpu=neon
Expand Down

0 comments on commit 2cbaba7

Please sign in to comment.