projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d029cc6
)
www-client/firefox: reenable elf-hack for arm
author
stefson
<herrtimson@yahoo.de>
Sun, 28 Apr 2019 16:43:14 +0000
(18:43 +0200)
committer
Jory Pratt
<anarchy@gentoo.org>
Sun, 28 Apr 2019 17:39:59 +0000
(12:39 -0500)
Signed-off-by: Steffen Kuhn <nielson2@yandex.com>
Signed-off-by: Jory Pratt <anarchy@gentoo.org>
eclass/mozconfig-v6.60.eclass
patch
|
blob
|
history
diff --git
a/eclass/mozconfig-v6.60.eclass
b/eclass/mozconfig-v6.60.eclass
index 89c4a71fb104f21b3ec8d769be20c1afe5d8c335..2a6e0e07bb60b7cb187905232653dc674c00112f 100644
(file)
--- 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