mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/chromium: update
This commit is contained in:
parent
ffb8756202
commit
085ac2e895
1 changed files with 0 additions and 2 deletions
|
@ -5,7 +5,6 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - makeflags to -j4 on v7, RAM constraints
|
||||
# - build ARMv7 with NEON
|
||||
# - let build set march on AArch64
|
||||
# - is_cfi=false, use_gold=false
|
||||
# - clang_use_default_sample_profile=false, AFDO breaks distcc
|
||||
|
@ -108,7 +107,6 @@ prepare() {
|
|||
patch -p1 -i ../0002-Run-blink-bindings-generation-single-threaded.patch
|
||||
patch -p1 -i ../0003-Fix-eu-strip-build-for-newer-GCC.patch
|
||||
|
||||
# Build ARMv7 with NEON
|
||||
if [[ $CARCH == "armv7h" ]]; then
|
||||
export ALARM_NINJA_JOBS="4"
|
||||
export MAKEFLAGS="-j4"
|
||||
|
|
Loading…
Reference in a new issue