summaryrefslogtreecommitdiff
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 /www-client/firefox
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 'www-client/firefox')
-rw-r--r--www-client/firefox/firefox-62.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-62.0.2.ebuild b/www-client/firefox/firefox-62.0.2.ebuild
index 68e3ed1ea93d..5bfc91438345 100644
--- a/www-client/firefox/firefox-62.0.2.ebuild
+++ b/www-client/firefox/firefox-62.0.2.ebuild
@@ -330,7 +330,7 @@ src_configure() {
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|" \