commit: 2cbaba769bae0916c0de781869310555ddd5b0f5 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Thu Sep 27 14:59:21 2018 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Thu Sep 27 16:19:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cbaba76
mozconfig-v6.60.eclass: disable elfhack on arm Reported-by: stefson <herrtimson <AT> yahoo.de> Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> 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 905a64c9787..a804ac77512 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