summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-09-27 22:27:01 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-09-27 22:28:19 +0200
commitef551905fbbf1b48750db051bc14fc9b80ca1b7f (patch)
tree32a79e8a4c3157386f97466ed03e80ff73996bf6 /eclass
parentprofiles: Remove php_targets_php7-2 from use.stable.mask on arm (diff)
downloadgentoo-ef551905fbbf1b48750db051bc14fc9b80ca1b7f.tar.gz
gentoo-ef551905fbbf1b48750db051bc14fc9b80ca1b7f.tar.bz2
gentoo-ef551905fbbf1b48750db051bc14fc9b80ca1b7f.zip
www-client/firefox: make hard- and softfloat distinguishable
Reported-by: stefson <herrtimson@yahoo.de> Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mozconfig-v6.60.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mozconfig-v6.60.eclass b/eclass/mozconfig-v6.60.eclass
index a804ac775120..bde4203e6883 100644
--- a/eclass/mozconfig-v6.60.eclass
+++ b/eclass/mozconfig-v6.60.eclass
@@ -345,7 +345,7 @@ mozconfig_config() {
mozconfig_annotate '' --with-thumb-interwork=no
fi
fi
- if [[ ${CHOST} == armv* ]] ; then
+ if [[ ${CHOST} == armv*h* ]] ; then
mozconfig_annotate '' --with-float-abi=hard
if ! use system-libvpx ; then
sed -i -e "s|softfp|hard|" \