From: Thomas Deutschmann Date: Thu, 27 Sep 2018 14:59:21 +0000 (+0200) Subject: mozconfig-v6.60.eclass: disable elfhack on arm X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2cbaba769bae0916c0de781869310555ddd5b0f5;p=gentoo.git mozconfig-v6.60.eclass: disable elfhack on arm Reported-by: stefson Signed-off-by: Thomas Deutschmann --- diff --git a/eclass/mozconfig-v6.60.eclass b/eclass/mozconfig-v6.60.eclass index 905a64c9787f..a804ac775120 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