diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-27 16:59:21 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-27 18:19:13 +0200 |
commit | 2cbaba769bae0916c0de781869310555ddd5b0f5 (patch) | |
tree | 1f34d38edc37491e281211fb55e261872fbc298d /eclass | |
parent | mozconfig-v6.60.eclass: clang doesn't support thumb-interwork (diff) | |
download | gentoo-2cbaba769bae0916c0de781869310555ddd5b0f5.tar.gz gentoo-2cbaba769bae0916c0de781869310555ddd5b0f5.tar.bz2 gentoo-2cbaba769bae0916c0de781869310555ddd5b0f5.zip |
mozconfig-v6.60.eclass: disable elfhack on arm
Reported-by: stefson <herrtimson@yahoo.de>
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozconfig-v6.60.eclass | 4 |
1 files changed, 4 insertions, 0 deletions
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 |