extra/chromium: remove neon switch

This commit is contained in:
Kevin Mihelich 2022-02-07 03:07:44 +00:00
parent 3b8330d5c9
commit e1f63f8477

View file

@ -112,8 +112,6 @@ prepare() {
if [[ $CARCH == "armv7h" ]]; then
export ALARM_NINJA_JOBS="4"
export MAKEFLAGS="-j4"
CFLAGS=`echo $CFLAGS | sed -e 's/vfpv3-d16/neon/'`
CXXFLAGS="$CFLAGS"
fi
# Allow build to set march and options on AArch64 (crc, crypto)