Blame SOURCES/ignorewarnings.patch
|
|
b98821 |
--- linux-3.10.0-327.el7.centos.x86_64/Makefile.orig 2015-10-29 15:56:51.000000000 -0500
|
|
|
b98821 |
+++ linux-3.10.0-327.el7.centos.x86_64/Makefile 2015-11-21 09:49:08.038404090 -0600
|
|
|
b98821 |
@@ -383,7 +383,7 @@ KBUILD_CFLAGS := -Wall -Wundef -Wstric
|
|
|
b98821 |
|
|
|
b98821 |
ifneq ($(WITH_GCOV),1)
|
|
|
b98821 |
ifeq ($(KBUILD_EXTMOD),)
|
|
|
b98821 |
-ifneq (,$(filter $(ARCH), x86 x86_64 powerpc))
|
|
|
b98821 |
+ifneq (,$(filter $(ARCH), x86_64 powerpc))
|
|
|
b98821 |
KBUILD_CFLAGS += $(call cc-ifversion, -eq, 0408, -Werror)
|
|
|
b98821 |
endif
|
|
|
b98821 |
# powerpc is compiled with -O3 and gcc 4.8 has some known problems
|