From: Thomas Deutschmann Date: Tue, 29 Jan 2019 08:14:16 +0000 (+0100) Subject: www-client/firefox: enable --enable-rust-simd X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=07afc9622a4dcc374a188a2627b28f3d2efea648;p=gentoo.git www-client/firefox: enable --enable-rust-simd Closes: https://bugs.gentoo.org/676696 Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann --- diff --git a/www-client/firefox/firefox-65.0.ebuild b/www-client/firefox/firefox-65.0.ebuild index 3fe4b27355a0..c8e59db836c4 100644 --- a/www-client/firefox/firefox-65.0.ebuild +++ b/www-client/firefox/firefox-65.0.ebuild @@ -405,6 +405,10 @@ src_configure() { mozconfig_annotate '' --with-system-libevent="${SYSROOT}${EPREFIX}"/usr fi + if ! use x86 && [[ ${CHOST} != armv*h* ]] ; then + mozconfig_annotate '' --enable-rust-simd + fi + # skia has no support for big-endian platforms if [[ $(tc-endian) == "big" ]] ; then mozconfig_annotate 'big endian target' --disable-skia @@ -485,7 +489,6 @@ src_compile() { addpredict /root addpredict /etc/gconf - set -x fi MOZ_MAKE_FLAGS="${MAKEOPTS} -O" SHELL="${SHELL:-${EPREFIX}/bin/bash}" MOZ_NOSPAM=1 ${_virtx} \