summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-09-27 16:59:21 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-09-27 18:19:13 +0200
commit2cbaba769bae0916c0de781869310555ddd5b0f5 (patch)
tree1f34d38edc37491e281211fb55e261872fbc298d /eclass/mozconfig-v6.60.eclass
parentmozconfig-v6.60.eclass: clang doesn't support thumb-interwork (diff)
downloadgentoo-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/mozconfig-v6.60.eclass')
-rw-r--r--eclass/mozconfig-v6.60.eclass4
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