mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/thunderbird: remove neon switch
This commit is contained in:
parent
e1f63f8477
commit
60722dbc05
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue