summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorstefson <herrtimson@yahoo.de>2019-04-28 18:43:14 +0200
committerJory Pratt <anarchy@gentoo.org>2019-04-28 12:39:59 -0500
commit3600c22edb7421c549984102b2ca86dbdc31559b (patch)
treefb8618478df874a88015099a7cfae2b02322f68c /eclass
parentgnome-extra/nm-applet: remove old (diff)
downloadgentoo-3600c22edb7421c549984102b2ca86dbdc31559b.tar.gz
gentoo-3600c22edb7421c549984102b2ca86dbdc31559b.tar.bz2
gentoo-3600c22edb7421c549984102b2ca86dbdc31559b.zip
www-client/firefox: reenable elf-hack for arm
Signed-off-by: Steffen Kuhn <nielson2@yandex.com> Signed-off-by: Jory Pratt <anarchy@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mozconfig-v6.60.eclass2
1 files changed, 0 insertions, 2 deletions
diff --git a/eclass/mozconfig-v6.60.eclass b/eclass/mozconfig-v6.60.eclass
index 89c4a71fb104..2a6e0e07bb60 100644
--- a/eclass/mozconfig-v6.60.eclass
+++ b/eclass/mozconfig-v6.60.eclass
@@ -361,8 +361,6 @@ mozconfig_config() {
if use clang ; then
# https://bugzilla.mozilla.org/show_bug.cgi?id=1423822
mozconfig_annotate 'elf-hack is broken when using Clang' --disable-elf-hack
- elif use arm ; then
- mozconfig_annotate 'elf-hack is broken on arm' --disable-elf-hack
fi
# Modifications to better support ARM, bug 553364