Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 28 Apr 2019 17:40:47
Message-Id: 1556473199.3600c22edb7421c549984102b2ca86dbdc31559b.anarchy@gentoo
1 commit: 3600c22edb7421c549984102b2ca86dbdc31559b
2 Author: stefson <herrtimson <AT> yahoo <DOT> de>
3 AuthorDate: Sun Apr 28 16:43:14 2019 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 28 17:39:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3600c22e
7
8 www-client/firefox: reenable elf-hack for arm
9
10 Signed-off-by: Steffen Kuhn <nielson2 <AT> yandex.com>
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 eclass/mozconfig-v6.60.eclass | 2 --
14 1 file changed, 2 deletions(-)
15
16 diff --git a/eclass/mozconfig-v6.60.eclass b/eclass/mozconfig-v6.60.eclass
17 index 89c4a71fb10..2a6e0e07bb6 100644
18 --- a/eclass/mozconfig-v6.60.eclass
19 +++ b/eclass/mozconfig-v6.60.eclass
20 @@ -361,8 +361,6 @@ mozconfig_config() {
21 if use clang ; then
22 # https://bugzilla.mozilla.org/show_bug.cgi?id=1423822
23 mozconfig_annotate 'elf-hack is broken when using Clang' --disable-elf-hack
24 - elif use arm ; then
25 - mozconfig_annotate 'elf-hack is broken on arm' --disable-elf-hack
26 fi
27
28 # Modifications to better support ARM, bug 553364