From 60722dbc057ef9fde90e0a200cb4645f4e843158 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 7 Feb 2022 03:08:14 +0000 Subject: [PATCH] extra/thunderbird: remove neon switch --- extra/thunderbird/PKGBUILD | 2 -- 1 file changed, 2 deletions(-) diff --git a/extra/thunderbird/PKGBUILD b/extra/thunderbird/PKGBUILD index bd020af42..abb3ef1b8 100644 --- a/extra/thunderbird/PKGBUILD +++ b/extra/thunderbird/PKGBUILD @@ -80,8 +80,6 @@ prepare() { if [[ $CARCH == "armv7h" ]]; then echo "ac_add_options --disable-elf-hack" >> .mozconfig MAKEFLAGS="-j2" - CFLAGS=`echo $CFLAGS | sed -e 's/vfpv3-d16/neon/'` - CXXFLAGS="$CFLAGS" sed -i '/cargo_rustc_flags += -Clto/d' config/makefiles/rust.mk fi