Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7857a140 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Kbuild arm: set Wno-vectorizer-no-neon flag"

parents 272a7b3a 6854d0ec
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -30,6 +30,10 @@ GZFLAGS :=-9
# Never generate .eh_frame
KBUILD_CFLAGS	+= $(call cc-option,-fno-dwarf2-cfi-asm)

ifeq ($(cc-name),clang)
KBUILD_CFLAGS += -Wno-vectorizer-no-neon
endif

# This should work on most of the modern platforms
KBUILD_DEFCONFIG := multi_v7_defconfig