projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3287ded
)
mozconfig-v6.60.eclass: disable elfhack on arm
author
Thomas Deutschmann
<whissi@gentoo.org>
Thu, 27 Sep 2018 14:59:21 +0000
(16:59 +0200)
committer
Thomas Deutschmann
<whissi@gentoo.org>
Thu, 27 Sep 2018 16:19:13 +0000
(18:19 +0200)
Reported-by: stefson <herrtimson@yahoo.de>
Signed-off-by: Thomas Deutschmann <whissi@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 905a64c9787f13e249843a39c6428faee11253da..a804ac7751201cd676068322c7dc6fc554c46220 100644
(file)
--- 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