mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/chromium: remove neon switch
This commit is contained in:
parent
3b8330d5c9
commit
e1f63f8477
1 changed files with 0 additions and 2 deletions
|
@ -112,8 +112,6 @@ prepare() {
|
||||||
if [[ $CARCH == "armv7h" ]]; then
|
if [[ $CARCH == "armv7h" ]]; then
|
||||||
export ALARM_NINJA_JOBS="4"
|
export ALARM_NINJA_JOBS="4"
|
||||||
export MAKEFLAGS="-j4"
|
export MAKEFLAGS="-j4"
|
||||||
CFLAGS=`echo $CFLAGS | sed -e 's/vfpv3-d16/neon/'`
|
|
||||||
CXXFLAGS="$CFLAGS"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Allow build to set march and options on AArch64 (crc, crypto)
|
# Allow build to set march and options on AArch64 (crc, crypto)
|
||||||
|
|
Loading…
Reference in a new issue