0c911f
diff -up linux-3.10.0-327.el7.i686/Makefile.orig linux-3.10.0-327.el7.i686/Makefile
0c911f
--- linux-3.10.0-327.el7.i686/Makefile.orig	2015-11-21 22:47:53.504052764 -0500
0c911f
+++ linux-3.10.0-327.el7.i686/Makefile	2015-11-21 22:51:28.459056797 -0500
0c911f
@@ -383,7 +383,7 @@ KBUILD_CFLAGS   := -Wall -Wundef -Wstric
0c911f
 
0c911f
 ifneq ($(WITH_GCOV),1)
0c911f
 ifeq ($(KBUILD_EXTMOD),)
0c911f
-ifneq (,$(filter $(ARCH), x86 x86_64 powerpc))
0c911f
+ifneq (,$(filter $(ARCH), x86_64 powerpc))
0c911f
 KBUILD_CFLAGS   += $(call cc-ifversion, -eq, 0408, -Werror)
0c911f
 endif
0c911f
 # powerpc is compiled with -O3 and gcc 4.8 has some known problems