commit: ef551905fbbf1b48750db051bc14fc9b80ca1b7f
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 27 20:27:01 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Sep 27 20:28:19 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef551905
www-client/firefox: make hard- and softfloat distinguishable
Reported-by: stefson <herrtimson <AT> yahoo.de>
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
eclass/mozconfig-v6.60.eclass | 2 +-
www-client/firefox/firefox-62.0.2.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/mozconfig-v6.60.eclass b/eclass/mozconfig-v6.60.eclass
index a804ac77512..bde4203e688 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|" \
diff --git a/www-client/firefox/firefox-62.0.2.ebuild
b/www-client/firefox/firefox-62.0.2.ebuild
index 68e3ed1ea93..5bfc9143834 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|" \