extra/thunderbird: remove neon switch

This commit is contained in:
Kevin Mihelich 2022-02-07 03:08:14 +00:00
parent e1f63f8477
commit 60722dbc05

View file

@ -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