www-client/firefox: make hard- and softfloat distinguishable
authorThomas Deutschmann <whissi@gentoo.org>
Thu, 27 Sep 2018 20:27:01 +0000 (22:27 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Thu, 27 Sep 2018 20:28:19 +0000 (22:28 +0200)
Reported-by: stefson <herrtimson@yahoo.de>
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

eclass/mozconfig-v6.60.eclass
www-client/firefox/firefox-62.0.2.ebuild

index a804ac7751201cd676068322c7dc6fc554c46220..bde4203e6883f09b57253e71882c4301a77ae69a 100644 (file)
@@ -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|" \
index 68e3ed1ea93d9c53e358c17cb960030629cd252c..5bfc914383450da5e77a6f0aff6d257713638543 100644 (file)
@@ -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|" \