From: Thomas Deutschmann Date: Thu, 27 Sep 2018 20:27:01 +0000 (+0200) Subject: www-client/firefox: make hard- and softfloat distinguishable X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ef551905fbbf1b48750db051bc14fc9b80ca1b7f;p=gentoo.git www-client/firefox: make hard- and softfloat distinguishable Reported-by: stefson Signed-off-by: Thomas Deutschmann Package-Manager: Portage-2.3.50, Repoman-2.3.11 --- 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|" \ 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|" \