Loading arch/arm/Makefile +4 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,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 ifeq ($(COMPILER),clang) Loading Loading
arch/arm/Makefile +4 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,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 ifeq ($(COMPILER),clang) Loading