From 2cbaba769bae0916c0de781869310555ddd5b0f5 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Thu, 27 Sep 2018 16:59:21 +0200 Subject: [PATCH] mozconfig-v6.60.eclass: disable elfhack on arm Reported-by: stefson Signed-off-by: Thomas Deutschmann --- eclass/mozconfig-v6.60.eclass | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eclass/mozconfig-v6.60.eclass b/eclass/mozconfig-v6.60.eclass index 905a64c9787f1..a804ac7751201 100644 --- a/eclass/mozconfig-v6.60.eclass +++ b/eclass/mozconfig-v6.60.eclass @@ -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