Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 27 Sep 2018 16:23:58
Message-Id: 1538065153.2cbaba769bae0916c0de781869310555ddd5b0f5.whissi@gentoo
1 commit: 2cbaba769bae0916c0de781869310555ddd5b0f5
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 27 14:59:21 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 27 16:19:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cbaba76
7
8 mozconfig-v6.60.eclass: disable elfhack on arm
9
10 Reported-by: stefson <herrtimson <AT> yahoo.de>
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 eclass/mozconfig-v6.60.eclass | 4 ++++
14 1 file changed, 4 insertions(+)
15
16 diff --git a/eclass/mozconfig-v6.60.eclass b/eclass/mozconfig-v6.60.eclass
17 index 905a64c9787..a804ac77512 100644
18 --- a/eclass/mozconfig-v6.60.eclass
19 +++ b/eclass/mozconfig-v6.60.eclass
20 @@ -331,6 +331,10 @@ mozconfig_config() {
21 mozconfig_use_with system-harfbuzz
22 mozconfig_use_with system-harfbuzz system-graphite2
23
24 + if 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
29 if use neon ; then
30 mozconfig_annotate '' --with-fpu=neon