mozconfig-v6.60.eclass: disable elfhack on arm
authorThomas Deutschmann <whissi@gentoo.org>
Thu, 27 Sep 2018 14:59:21 +0000 (16:59 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Thu, 27 Sep 2018 16:19:13 +0000 (18:19 +0200)
Reported-by: stefson <herrtimson@yahoo.de>
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
eclass/mozconfig-v6.60.eclass

index 905a64c9787f13e249843a39c6428faee11253da..a804ac7751201cd676068322c7dc6fc554c46220 100644 (file)
@@ -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